Click or drag to resize
CSTRrScanR Method
Convert a 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)
Syntax
public static double rScanR(
	string str1
)

Parameters

str1
Type: SystemString
String to convert to a real

Return Value

Type: Double
Resulting Real, rDUMMY if bad string.
See Also