Click or drag to resize

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
Syntax
public static int iTokenizeToValues(
	CGXNETCore gxNetShared,
	CVV vv,
	string str_val
)

public static int iTokenizeToValues(
	CGXNETCore gxNetShared,
	CVV vv,
	string str_val
)

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: Int32
Number of tokens (length of VV)
Remarks
Parses a series of space, tab or comma-delimited values to a VV.
See Also