Click or drag to resize
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
)

Parameters

p_Srce
Type: SystemString
The source string to import Field value from.
p_ErrorMessage
Type: SystemString
The error message.

Return Value

Type: Boolean
true if no error, false otherwise.
See Also