다음을 통해 공유


DecimalFormatSymbols.PerMillString Property

Definition

<strong>[icu]</strong> Returns the string used for permille sign. -or- <strong>[icu]</strong> Sets the string used for permille sign.

public virtual string? PerMillString { [Android.Runtime.Register("getPerMillString", "()Ljava/lang/String;", "GetGetPerMillStringHandler", ApiSince=28)] get; [Android.Runtime.Register("setPerMillString", "(Ljava/lang/String;)V", "GetSetPerMillString_Ljava_lang_String_Handler", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getPerMillString", "()Ljava/lang/String;", "GetGetPerMillStringHandler", ApiSince=28)>]
[<set: Android.Runtime.Register("setPerMillString", "(Ljava/lang/String;)V", "GetSetPerMillString_Ljava_lang_String_Handler", ApiSince=28)>]
member this.PerMillString : string with get, set

Property Value

the permille string

Attributes

Remarks

Property getter documentation:

<strong>[icu]</strong> Returns the string used for permille sign.

Java documentation for android.icu.text.DecimalFormatSymbols.getPerMillString().

Property setter documentation:

<strong>[icu]</strong> Sets the string used for permille sign.

<b>Note:</b> When the input permille String is represented by multiple Java chars, then #getPerMill() will return the default permille character ('&#x2030;').

Java documentation for android.icu.text.DecimalFormatSymbols.setPerMillString(java.lang.String).

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