DecimalFormatSymbols.MinusSign 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 used to represent minus sign. -or- Sets the character used to represent minus sign.
public virtual char MinusSign { [Android.Runtime.Register("getMinusSign", "()C", "GetGetMinusSignHandler")] get; [Android.Runtime.Register("setMinusSign", "(C)V", "GetSetMinusSign_CHandler")] set; }
[<get: Android.Runtime.Register("getMinusSign", "()C", "GetGetMinusSignHandler")>]
[<set: Android.Runtime.Register("setMinusSign", "(C)V", "GetSetMinusSign_CHandler")>]
member this.MinusSign : char with get, set
Property Value
the character representing minus sign
- Attributes
Remarks
Property getter documentation:
Gets the character used to represent minus sign. If no explicit negative format is specified, one is formed by prefixing minusSign to the positive format.
Java documentation for java.text.DecimalFormatSymbols.getMinusSign()
.
Property setter documentation:
Sets the character used to represent minus sign. If no explicit negative format is specified, one is formed by prefixing minusSign to the positive format.
Java documentation for java.text.DecimalFormatSymbols.setMinusSign(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.