 | CSTRIToUpper Method (CGXNETCore, String, Int32) |
Convert a string to upper case.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void IToUpper(
CGXNETCore gxNetShared,
ref string str_val,
int size
)
public static void IToUpper(
CGXNETCore gxNetShared,
ref string str_val,
int size
)
Public Shared Sub IToUpper (
gxNetShared As CGXNETCore,
ByRef str_val As String,
size As Integer
)
Public Shared Sub IToUpper (
gxNetShared As CGXNETCore,
ByRef str_val As String,
size As Integer
)
public:
static void IToUpper(
CGXNETCore^ gxNetShared,
String^% str_val,
int size
)
public:
static void IToUpper(
CGXNETCore^ gxNetShared,
String^% str_val,
int size
)
static member IToUpper :
gxNetShared : CGXNETCore *
str_val : string byref *
size : int -> unit
static member IToUpper :
gxNetShared : CGXNETCore *
str_val : string byref *
size : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - str_val
- Type: SystemString
String - size
- Type: SystemInt32
Maximum Size
See Also