Share via


LanguageCharacteristics<TTokenizer,TSymbol,TSymbolType>.IsWhiteSpace Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the symbol is a whitespace type.

public virtual bool IsWhiteSpace (TSymbol symbol);
abstract member IsWhiteSpace : 'Symbol -> bool
override this.IsWhiteSpace : 'Symbol -> bool
Public Overridable Function IsWhiteSpace (symbol As TSymbol) As Boolean

Parameters

symbol
TSymbol

The symbol to check.

Returns

true if the symbol is a whitespace type; otherwise, false.

Applies to