 | CSTRIToUpper Method (CGXNETCore, String) |
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
)
public static void IToUpper(
CGXNETCore gxNetShared,
ref string str_val
)
Public Shared Sub IToUpper (
gxNetShared As CGXNETCore,
ByRef str_val As String
)
Public Shared Sub IToUpper (
gxNetShared As CGXNETCore,
ByRef str_val As String
)
public:
static void IToUpper(
CGXNETCore^ gxNetShared,
String^% str_val
)
public:
static void IToUpper(
CGXNETCore^ gxNetShared,
String^% str_val
)
static member IToUpper :
gxNetShared : CGXNETCore *
str_val : string byref -> unit
static member IToUpper :
gxNetShared : CGXNETCore *
str_val : string byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - str_val
- Type: SystemString
String
See Also