StringsGetTextFromKeyText 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 GetTextFromKeyText(
string keyText,
string separator = ";",
bool defaultKey = false
)
Public Shared Function GetTextFromKeyText (
keyText As String,
Optional separator As String = ";",
Optional defaultKey As Boolean = false
) As String
- keyText String
- String to evaluate.
- separator String (Optional)
- Used separator.
- defaultKey Boolean (Optional)
- If no text exists then the key is returned as text.
StringString with the key of a string made up of key and text.