 | IConfiguration.GetStringListValue Method (String,String[]) |
Gets the value of a property as a string array, or a default value if the
specified property does not exist or its value can not be properly converted.
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntaxstring[] GetStringListValue(
string name,
string[] def
)
Function GetStringListValue (
name As String,
def As String()
) As String()
Parameters
- name
- Type: System.String
The name of the property. - def
- Type:System.String[]
The default value.
Return Value
Type:
String[]A string array or
def if the property does not exist,
or its value can not be properly converted.
See Also