Tokenizes a line while accounting for quotes

Namespace: Skewworks.NETMF
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public static string[] Tokenize(
	string command
)

Parameters

command
Type: System..::..String
String to tokenize

Return Value

Type: array<String>[]()[][]
Returns the tokenized string.

See Also