Click or drag to resize
HoconTokenizerIsSpaceOrTab Method
Determines whether [is space or tab].

Namespace: Akka.Configuration.Hocon
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public bool IsSpaceOrTab()

Return Value

Type: Boolean
true if [is space or tab]; otherwise, false.
See Also