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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Parses a series of space, tab or comma-delimited values to a VV.
Syntax
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)
See Also