Click or drag to resize
StringExtrasSplitString Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string[] SplitString(
	string instr,
	string split,
	bool removeempty = true
)

Parameters

instr
Type: SystemString
split
Type: SystemString
removeempty (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also