DecimalFormatSymbols.PlusSignString 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 to represent plus sign. -or- <strong>[icu]</strong> Sets the localized plus sign string.
public virtual string? PlusSignString { [Android.Runtime.Register("getPlusSignString", "()Ljava/lang/String;", "GetGetPlusSignStringHandler", ApiSince=28)] get; [Android.Runtime.Register("setPlusSignString", "(Ljava/lang/String;)V", "GetSetPlusSignString_Ljava_lang_String_Handler", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getPlusSignString", "()Ljava/lang/String;", "GetGetPlusSignStringHandler", ApiSince=28)>]
[<set: Android.Runtime.Register("setPlusSignString", "(Ljava/lang/String;)V", "GetSetPlusSignString_Ljava_lang_String_Handler", ApiSince=28)>]
member this.PlusSignString : string with get, set
Property Value
the plus sign string
- Attributes
Remarks
Property getter documentation:
<strong>[icu]</strong> Returns the string used to represent plus sign.
Java documentation for android.icu.text.DecimalFormatSymbols.getPlusSignString()
.
Property setter documentation:
<strong>[icu]</strong> Sets the localized plus sign string.
<b>Note:</b> When the input plus sign String is represented by multiple Java chars, then #getPlusSign()
will return the default plus sign character ('+').
Java documentation for android.icu.text.DecimalFormatSymbols.setPlusSignString(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.