StringsGetKeyFromKeyText Method
Get the key of a string made up of key and text (For example:"KEY;TEXT").
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string GetKeyFromKeyText(
string keyText,
string separator = ";"
)
Public Shared Function GetKeyFromKeyText (
keyText As String,
Optional separator As String = ";"
) As String
- keyText String
- String to evaluate.
- separator String (Optional)
- Used separator.
StringString with the key of a string made up of key and text.