Click or drag to resize
CDBIFormatChan Method
Format a real value based on a channel format.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the passed string is too short, the result will be "**".
Syntax
public void IFormatChan(
	int i1,
	double d2,
	ref string str3
)

Parameters

i1
Type: SystemInt32
channel handle
d2
Type: SystemDouble
value to format
str3
Type: SystemString
string
See Also