 | CSTRiChar Method |
Returns the 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 int iChar(
CGXNETCore gxNetShared,
string str_val
)
public static int iChar(
CGXNETCore gxNetShared,
string str_val
)
Public Shared Function iChar (
gxNetShared As CGXNETCore,
str_val As String
) As Integer
Public Shared Function iChar (
gxNetShared As CGXNETCore,
str_val As String
) As Integer
public:
static int iChar(
CGXNETCore^ gxNetShared,
String^ str_val
)
public:
static int iChar(
CGXNETCore^ gxNetShared,
String^ str_val
)
static member iChar :
gxNetShared : CGXNETCore *
str_val : string -> int
static member iChar :
gxNetShared : CGXNETCore *
str_val : string -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - str_val
- Type: SystemString
String to return ascii value of first character
Return Value
Type:
Int32ASCII value of first character in string.
See Also