GH_Parser.Whitespace Property

GH_ParserWhitespace Property

Gets an array of characters that are considered to be whitespace. At the moment, this array contains the space char and the tab char, it does not contain feeds or breaks.

Namespace:  Grasshopper.Documentation
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static char[] Whitespace { get; }
Public Shared ReadOnly Property Whitespace As Char()
	Get

Property Value

Type: Char

[Missing <value> documentation for "P:Grasshopper.Documentation.GH_Parser.Whitespace"]

See Also