Click or drag to resize
CSTRrScanDate Method
Convert a date string to a GX real.

Available since Oasis montaj version: 6.0.1
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
OLD usage, use ScanForm_STR instead.
Syntax
public static double rScanDate(
	string str1,
	int i2
)

Parameters

str1
Type: SystemString
Date string
i2
Type: SystemInt32
See DATE_FORMATConstant

Return Value

Type: Double
Resulting Real, rDUMMY if conversion fails.
See Also