Click or drag to resize

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

public static int iTokenizeToValues(
	CVV vv,
	string str_val
)

Parameters

vv
Type: GeoEngine.Core.GXNetCVV
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