Click or drag to resize
CVVUiTokenizeToValues Method
Tokenize a string based on any characters.

Available since Oasis montaj version: 9.0.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Parses a series of space, tab or comma-delimited values to a VV.
Syntax
public static int iTokenizeToValues(
	CVV oVV1,
	string str2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV to place values in
str2
Type: SystemString
str - String to parse

Return Value

Type: Int32
number of tokens (length of VV)
See Also