Click or drag to resize
CBFIReadBinaryString Method
Reads string data from current position in BF

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void IReadBinaryString(
	int i1,
	int i2,
	ref string str3
)

Parameters

i1
Type: SystemInt32
Number of bytes to read
i2
Type: SystemInt32
See BF_ENCODEConstant
str3
Type: SystemString
data
See Also