Click or drag to resize
ConvertHelperStringToArray Method (String, Char)
string to array

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static List<string> StringToArray(
	string ids,
	char separator = ','
)

Parameters

ids
Type: SystemString

[Missing <param name="ids"/> documentation for "M:Adf.ConvertHelper.StringToArray(System.String,System.Char)"]

separator (Optional)
Type: SystemChar

[Missing <param name="separator"/> documentation for "M:Adf.ConvertHelper.StringToArray(System.String,System.Char)"]

Return Value

Type: ListString

[Missing <returns> documentation for "M:Adf.ConvertHelper.StringToArray(System.String,System.Char)"]

See Also