XAFieldTextToValue Method |
Converts AField value to index string
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static int TextToValue(
string p_Text
)
Public Shared Function TextToValue (
p_Text As String
) As Integer
Parameters
- p_Text
- Type: SystemString
The AField value to be converted: "-" -> 1 .
Return Value
Type:
Int32Index of the AField value "-" -> 1
See Also