StringsGetTextFromKeyText 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 GetTextFromKeyText(
	string keyText,
	string separator = ";",
	bool defaultKey = false
)

Parameters

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

Return Value

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

See Also