 | 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
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub WriteString (
type As Integer,
p3 As String
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub WriteString (
type As Integer,
p3 As String
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void WriteString(
int type,
String^ p3
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void WriteString(
int type,
String^ p3
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member WriteString :
type : int *
p3 : string -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member WriteString :
type : int *
p3 : string -> unit
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