XHFieldRead Method (String) |
Reads the specified source date.
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Read(
string p_Srce
)
Public Function Read (
p_Srce As String
) As Boolean
Parameters
- p_Srce
- Type: SystemString
The source string containing the date.
Return Value
Type:
Booleantrue if no error,
false otherwise.
See Also