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

Parameters

i1
Type: SystemInt32
See BF_ENCODEConstant
str2
Type: SystemString
string to write out
See Also