Splits a string but with a bit more finesse than Split( Char ).
Namespace: CleanCode.DataAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- expression
- Type: System String
The expression to split.
- splitCharacter
- Type: System Char
The character upon which to split.
Return Value
Array split intelligently on the given splitCharacter.Remarks
See Also