StringsGetValuesFromKeyText Method

Get the key of a string made up of key and text (For example:"KEY;TEXT").

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static void GetValuesFromKeyText(
	string keyText,
	out string key,
	out string text,
	string separator = ";",
	bool defaultKey = false
)

Parameters

keyText  String
String to evaluate.
key  String
Key obtained from string.
text  String
Text obtained from the string.
separator  String  (Optional)
Used separator.
defaultKey  Boolean  (Optional)
If no text exists then the key is returned as text.

See Also