XLFieldImportString Method |
Imports the string.
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool ImportString(
string p_Srce,
ref string p_ErrorMessage
)
Public Function ImportString (
p_Srce As String,
ByRef p_ErrorMessage As String
) As Boolean
Parameters
- p_Srce
- Type: SystemString
The source string to import Field value from. - p_ErrorMessage
- Type: SystemString
The error message.
Return Value
Type:
Booleantrue if no error,
false otherwise.
See Also