HoconTokenizerIsSpaceOrTab Method |
Determines whether [is space or tab].
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic bool IsSpaceOrTab()
Public Function IsSpaceOrTab As Boolean
public:
bool IsSpaceOrTab()
member IsSpaceOrTab : unit -> bool
Return Value
Type:
Booleantrue if [is space or tab]; otherwise,
false.
See Also