Click or drag to resize
CBFWriteBinaryString Method
Write a binary string to a 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 WriteBinaryString(
	int encoding,
	string data
)

Parameters

encoding
Type: SystemInt32
<define>BF_ENCODE</define>
data
Type: SystemString
String to write out
See Also