Gets a collection of the strings in the variable name.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public StringCollection GetStringCollectionValue(
	string name,
	StringCollection defaultValue
)

Parameters

name
Type: System..::.String
The variable name.
defaultValue
Type: System.Collections.Specialized..::.StringCollection
The implicit variable value if was not found.

See Also