Enum CharTypeBits
Bitwise enumeration for character types.
Namespace: RTools_NTS.Util
Assembly: NetTopologySuite.dll
Syntax
[Flags]
public enum CharTypeBits : byte
Fields
| Name | Description |
|---|---|
| Comment | or something for line comments |
| Digit | usually 0 to 9 |
| Eof | eof char |
| HexDigit | usually 0 to 9, a-f and A-F |
| Quote | ' or " type |
| Whitespace | whitespace |
| Word | word characters (usually alpha, digits, and domain specific) |