DecimalStyle.PositiveSign Property

Definition

Gets the character that represents the positive sign.

public char PositiveSign { [Android.Runtime.Register("getPositiveSign", "()C", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getPositiveSign", "()C", "", ApiSince=26)>]
member this.PositiveSign : char

Property Value

the character for the positive sign

Attributes

Remarks

Gets the character that represents the positive sign.

The character used to represent a positive number may vary by culture. This method specifies the character to use.

Java documentation for java.time.format.DecimalStyle.getPositiveSign().

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