DecimalFormatSymbols.PercentString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
<strong>[icu]</strong> Returns the string used for percent sign. -or- <strong>[icu]</strong> Sets the string used for percent sign.
public virtual string? PercentString { [Android.Runtime.Register("getPercentString", "()Ljava/lang/String;", "GetGetPercentStringHandler", ApiSince=28)] get; [Android.Runtime.Register("setPercentString", "(Ljava/lang/String;)V", "GetSetPercentString_Ljava_lang_String_Handler", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getPercentString", "()Ljava/lang/String;", "GetGetPercentStringHandler", ApiSince=28)>]
[<set: Android.Runtime.Register("setPercentString", "(Ljava/lang/String;)V", "GetSetPercentString_Ljava_lang_String_Handler", ApiSince=28)>]
member this.PercentString : string with get, set
Property Value
the percent string
- Attributes
Remarks
Property getter documentation:
<strong>[icu]</strong> Returns the string used for percent sign.
Java documentation for android.icu.text.DecimalFormatSymbols.getPercentString()
.
Property setter documentation:
<strong>[icu]</strong> Sets the string used for percent sign.
<b>Note:</b> When the input grouping separator String is represented by multiple Java chars, then #getPercent()
will return the default percent sign character ('%').
Java documentation for android.icu.text.DecimalFormatSymbols.setPercentString(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.