Table of Contents

Enum FormatCase

Namespace
Alternet.Syntax.Parsers.Advanced
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

Defines possible reswords formatting states.

public enum FormatCase

Fields

Lower = 2

Reswords should be formatted to the lower-case.

None = 0

Specifies that no flags are in effect.

Upper = 1

Reswords should be formatted to the upper-case.