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

Parameters

p_Srce
Type: SystemString
The source string containing the date.
p_UsDateFormat
Type: SystemBoolean
if set to true use usdateformat.

Return Value

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