Show / Hide Table of Contents

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 "1A".

NoHex

Don't support hexadecimal numbers (numbers with prefix "0x").

Extension Methods

ExtMisc.HasAny<STIFlags>(STIFlags, STIFlags)
ExtMisc.Has<STIFlags>(STIFlags, STIFlags)
ExtMisc.SetFlag<STIFlags>(ref STIFlags, STIFlags, bool)