 | CSTRiStrlen Method |
Returns the length of a string.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iStrlen(
string str_val
)
public static int iStrlen(
string str_val
)
Public Shared Function iStrlen (
str_val As String
) As Integer
Public Shared Function iStrlen (
str_val As String
) As Integer
public:
static int iStrlen(
String^ str_val
)
public:
static int iStrlen(
String^ str_val
)
static member iStrlen :
str_val : string -> int
static member iStrlen :
str_val : string -> int
Parameters
- str_val
- Type: SystemString
String to find the length of
Return Value
Type:
Int32String length.
See Also