Text Function that extracts the value of the conversion of an operation resultant string
* lkString
|
string
|
|
text string on which you are going to extract
|
.NET Framework, Core & Mono C#
string result = DataFunctions.GetConversionFromLkString(lkString);
|
.NET Framework, Core & Mono VB
Dim result As String = DataFunctions.GetConversionFromLkString(lkString)
|
String result = DataFunctions.GetConversionFromLkString(lkString);
|
char result = LkGetConversionFromLkString(lkString);
|