 | CSTR.iChar Method |
Returns the ASCII value of a character.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iChar(
string str_val
)
public static int iChar(
string str_val
)
Public Shared Function iChar (
str_val As String
) As Integer
Public Shared Function iChar (
str_val As String
) As Integer
public:
static int iChar(
String^ str_val
)
public:
static int iChar(
String^ str_val
)
static member iChar :
str_val : string -> int
static member iChar :
str_val : string -> int
Parameters
- str_val
- Type: System.String
String to return ascii value of first character
Return Value
Type:
Int32ASCII value of first character in string.
See Also