Click or drag to resize
XAFieldValueToText Method
Converts integer text to AField value

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string ValueToText(
	string p_Text
)

Parameters

p_Text
Type: SystemString
The text integer to be converted: "1" -> "-" .

Return Value

Type: String
AField value from index "1" -> "-"
See Also