FormattableFlags.Alternate Feld

Definition

Achtung

This constant will be removed in the future version. Use Java.Util.FormatFlags enum directly instead of this field.

Erfordert, dass die Ausgabe ein alternatives Formular verwendet.

[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.", true)]
public const Java.Util.FormatFlags Alternate = 4;
[<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.", true)>]
val mutable Alternate : Java.Util.FormatFlags

Feldwert

Value = 4
Attribute

Hinweise

Erfordert, dass die Ausgabe ein alternatives Formular verwendet. Die Definition des Formulars wird durch die Formattable.

Dieses Kennzeichen entspricht '#' ('&#92;u0023') im Formatbezeichner.

Java-Dokumentation für java.util.FormattableFlags.ALTERNATE.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: