DecimalFormatSymbols.PlusSign 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 localized plus sign. -or- <strong>[icu]</strong> Sets the localized plus sign.
public virtual char PlusSign { [Android.Runtime.Register("getPlusSign", "()C", "GetGetPlusSignHandler", ApiSince=24)] get; [Android.Runtime.Register("setPlusSign", "(C)V", "GetSetPlusSign_CHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getPlusSign", "()C", "GetGetPlusSignHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setPlusSign", "(C)V", "GetSetPlusSign_CHandler", ApiSince=24)>]
member this.PlusSign : char with get, set
Property Value
the plus sign, used in localized patterns and formatted strings
- Attributes
Remarks
Property getter documentation:
<strong>[icu]</strong> Returns the localized plus sign.
Java documentation for android.icu.text.DecimalFormatSymbols.getPlusSign()
.
Property setter documentation:
<strong>[icu]</strong> Sets the localized plus sign.
Java documentation for android.icu.text.DecimalFormatSymbols.setPlusSign(char)
.
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.