StringExtrasSplitString Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string[] SplitString(
string instr,
string split,
bool removeempty = true
)
Public Shared Function SplitString (
instr As String,
split As String,
Optional removeempty As Boolean = true
) As String()
public:
static array<String^>^ SplitString(
String^ instr,
String^ split,
bool removeempty = true
)
static member SplitString :
instr : string *
split : string *
?removeempty : bool
(* Defaults:
let _removeempty = defaultArg removeempty true
*)
-> string[]
Parameters
- instr
- Type: SystemString
- split
- Type: SystemString
- removeempty (Optional)
- Type: SystemBoolean
Return Value
Type:
String
See Also