XHFieldRead Method (String, Boolean) |
Reads the specified srce.
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,
bool p_UsDateFormat
)
Public Function Read (
p_Srce As String,
p_UsDateFormat As Boolean
) As Boolean
Parameters
- p_Srce
- Type: SystemString
The source string containing the date. - p_UsDateFormat
- Type: SystemBoolean
if set to true use usdateformat.
Return Value
Type:
Booleantrue if no error occured,
false otherwise.
See Also