Click or drag to resize

CBFWriteString Method

Note: This API is now obsolete.

Writes string to the BF

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public void WriteString(
	int type,
	string p3
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public void WriteString(
	int type,
	string p3
)

Parameters

type
Type: SystemInt32
<define>GS_TYPES</define> and <define>BF_BYTEORDER</define>
p3
Type: SystemString
Data
Remarks
See comments on byte order for the Read.. functions if you want to enforce a certain byte order. If a byte order is not specified, the data is written in the native byte order of the writing computer.
See Also