Click or drag to resize

CBFIReadBinaryString Method (Int32, Int32, String, Int32)

Reads string data from current position in BF

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

public void IReadBinaryString(
	int bytes,
	int encoding,
	ref string data,
	int size
)

Parameters

bytes
Type: SystemInt32
Number of bytes to read
encoding
Type: SystemInt32
<define>BF_ENCODE</define>
data
Type: SystemString
Data
size
Type: SystemInt32
Length of the string buffer
See Also