Click or drag to resize
CBFIReadBinaryString Method (Int32, Int32, String)
Reads string data from current position in BF

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void IReadBinaryString(
	int bytes,
	int encoding,
	ref string data
)

Parameters

bytes
Type: SystemInt32
Number of bytes to read
encoding
Type: SystemInt32
<define>BF_ENCODE</define>
data
Type: SystemString
Data
See Also