DecimalStyle.NegativeSign 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.
Gets the character that represents the negative sign.
public char NegativeSign { [Android.Runtime.Register("getNegativeSign", "()C", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getNegativeSign", "()C", "", ApiSince=26)>]
member this.NegativeSign : char
Property Value
the character for the negative sign
- Attributes
Remarks
Gets the character that represents the negative sign.
The character used to represent a negative number may vary by culture. This method specifies the character to use.
Java documentation for java.time.format.DecimalStyle.getNegativeSign()
.
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.