 | CIPJGetFromBinaryAsString Method (String) |
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
)
public void GetFromBinaryAsString(
ref string str_val
)
Public Sub GetFromBinaryAsString (
ByRef str_val As String
)
Public Sub GetFromBinaryAsString (
ByRef str_val As String
)
public:
void GetFromBinaryAsString(
String^% str_val
)
public:
void GetFromBinaryAsString(
String^% str_val
)
member GetFromBinaryAsString :
str_val : string byref -> unit
member GetFromBinaryAsString :
str_val : string byref -> unit
Parameters
- str_val
- Type: SystemString
Binary as string returned
See Also