 | CIPJGetFromBinaryAsString Method (String, Int32) |
Get IPJ from binary-as-string
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetFromBinaryAsString(
ref string str_val,
int size
)
public void GetFromBinaryAsString(
ref string str_val,
int size
)
Public Sub GetFromBinaryAsString (
ByRef str_val As String,
size As Integer
)
Public Sub GetFromBinaryAsString (
ByRef str_val As String,
size As Integer
)
public:
void GetFromBinaryAsString(
String^% str_val,
int size
)
public:
void GetFromBinaryAsString(
String^% str_val,
int size
)
member GetFromBinaryAsString :
str_val : string byref *
size : int -> unit
member GetFromBinaryAsString :
str_val : string byref *
size : int -> unit
Parameters
- str_val
- Type: SystemString
Binary as string returned - size
- Type: SystemInt32
Binary as string size
See Also