 | CVVUiTokenizeToValues Method |
Tokenize a string based on any characters.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static int iTokenizeToValues(
CGXNETCore gxNetShared,
CVV vv,
string str_val
)
public static int iTokenizeToValues(
CGXNETCore gxNetShared,
CVV vv,
string str_val
)
Public Shared Function iTokenizeToValues (
gxNetShared As CGXNETCore,
vv As CVV,
str_val As String
) As Integer
Public Shared Function iTokenizeToValues (
gxNetShared As CGXNETCore,
vv As CVV,
str_val As String
) As Integer
public:
static int iTokenizeToValues(
CGXNETCore^ gxNetShared,
CVV^ vv,
String^ str_val
)
public:
static int iTokenizeToValues(
CGXNETCore^ gxNetShared,
CVV^ vv,
String^ str_val
)
static member iTokenizeToValues :
gxNetShared : CGXNETCore *
vv : CVV *
str_val : string -> int
static member iTokenizeToValues :
gxNetShared : CGXNETCore *
vv : CVV *
str_val : string -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - vv
- Type: GeoEngine.Core.GXNetXCVV
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