Share via


Currency.FormalSymbolName Field

Definition

Caution

This constant will be removed in the future version. Use Android.Icu.Util.CurrencyNameStyle enum directly instead of this field.

Selector for getName() indicating the formal currency symbol.

[Android.Runtime.Register("FORMAL_SYMBOL_NAME", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Util.CurrencyNameStyle enum directly instead of this field.", true)]
public const Android.Icu.Util.CurrencyNameStyle FormalSymbolName = 4;
[<Android.Runtime.Register("FORMAL_SYMBOL_NAME", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Util.CurrencyNameStyle enum directly instead of this field.", true)>]
val mutable FormalSymbolName : Android.Icu.Util.CurrencyNameStyle

Field Value

Value = 4
Attributes

Remarks

Selector for getName() indicating the formal currency symbol.

The formal currency symbol is similar to the regular currency symbol, but it always takes the form used in formal settings such as banking; for example, "NT$" instead of "$" for TWD in zh-TW.

Java documentation for android.icu.util.Currency.FORMAL_SYMBOL_NAME.

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