 | CVVUiTokenizeToValues Method |
Tokenize a string based on any characters.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iTokenizeToValues(
CVV vv,
string str_val
)
public static int iTokenizeToValues(
CVV vv,
string str_val
)
Public Shared Function iTokenizeToValues (
vv As CVV,
str_val As String
) As Integer
Public Shared Function iTokenizeToValues (
vv As CVV,
str_val As String
) As Integer
public:
static int iTokenizeToValues(
CVV^ vv,
String^ str_val
)
public:
static int iTokenizeToValues(
CVV^ vv,
String^ str_val
)
static member iTokenizeToValues :
vv : CVV *
str_val : string -> int
static member iTokenizeToValues :
vv : CVV *
str_val : string -> int
Parameters
- vv
- Type: GeoEngine.Core.GXNetCVV
VV to place values in - str_val
- Type: SystemString
Str - String to parse
Return Value
Type:
Int32Number of tokens (length of VV)
RemarksParses a series of space, tab or comma-delimited values to a VV.
See Also