Click or drag to resize

Tokenize Delegate

Defines function which splits given string into keywords

Namespace:  Rubedos.RosToolsApplicationBase
Assembly:  Rubedos.RosToolsApplicationBase (in Rubedos.RosToolsApplicationBase.dll) Version: 1.0.0.2330 (1.0.00000.2330)
Syntax
C#
public delegate string[] Tokenize(
	string itemName
)

Parameters

itemName
Type: SystemString

Return Value

Type: String
See Also