Click or drag to resize

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
C#
public static KeyValuePair<string, string> SplitToPair(
	string obj,
	string separator
)

Parameters

obj
Type: SystemString
separator
Type: SystemString

Return Value

Type: KeyValuePairString, String
Separated strings.Throws an exception when the split is not possible.
See Also