 | CSTRSetChar Method |
Set a string's first character using an ASCII value of a character.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void SetChar(
CGXNETCore gxNetShared,
ref string str_val,
int ascii
)
public static void SetChar(
CGXNETCore gxNetShared,
ref string str_val,
int ascii
)
Public Shared Sub SetChar (
gxNetShared As CGXNETCore,
ByRef str_val As String,
ascii As Integer
)
Public Shared Sub SetChar (
gxNetShared As CGXNETCore,
ByRef str_val As String,
ascii As Integer
)
public:
static void SetChar(
CGXNETCore^ gxNetShared,
String^% str_val,
int ascii
)
public:
static void SetChar(
CGXNETCore^ gxNetShared,
String^% str_val,
int ascii
)
static member SetChar :
gxNetShared : CGXNETCore *
str_val : string byref *
ascii : int -> unit
static member SetChar :
gxNetShared : CGXNETCore *
str_val : string byref *
ascii : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - str_val
- Type: SystemString
String - ascii
- Type: SystemInt32
ASCII value
See Also