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