Java.Util.FormattableFlags.Alternate Field
Denotes the output is to be formatted in an alternate form.

Value: 4

Syntax

[Android.Runtime.Register("ALTERNATE")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Util.FormatFlags enum directly instead of this field.")]
public const FormatFlags Alternate

Remarks

Denotes the output is to be formatted in an alternate form. The definition of the alternate form is determined by the Formattable. This flag corresponds to '#' ('#') in the format specifier.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1