StringsGetKeyFromKeyText 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 string GetKeyFromKeyText(
	string keyText,
	string separator = ";"
)

Parameters

keyText  String
String to evaluate.
separator  String  (Optional)
Used separator.

Return Value

String
String with the key of a string made up of key and text.

See Also