FormatFlags Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Java.Util.IFormattable.FormatTo member.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum FormatFlags
[<System.Flags>]
type FormatFlags = 
Inheritance
FormatFlags
Attributes

Fields

Alternate 4

Denotes the output is to be formatted in an alternate form.

LeftJustify 1

Denotes the output is to be left-justified.

Uppercase 2

Denotes the output is to be converted to upper case in the way the locale parameter of Formatter.formatTo() requires.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to