Enum STIFlags
Flags for ExtString.ToInt and similar functions.
[Flags]
public enum STIFlags
Namespace: Au.Types
Assembly: Au.dll
Fields
| Name | Description |
|---|---|
| DontSkipSpaces | Fail if string starts with a whitespace character. |
| IsHexWithout0x | The number in string is hexadecimal without a prefix, like |
| NoHex | Don't support hexadecimal numbers (numbers with prefix |