Utils_StringSplitToPair Method |
Splits a string into a apair of strings.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public static KeyValuePair<string, string> SplitToPair(
string obj,
string separator
)
Parameters
- obj
- Type: SystemString
- separator
- Type: SystemString
Return Value
Type:
KeyValuePairString,
StringSeparated strings.Throws an exception when the split is not possible.
See Also