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.
Returns 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", ApiSince=24)] get; [Android.Runtime.Register("setMinusSign", "(C)V", "GetSetMinusSign_CHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getMinusSign", "()C", "GetGetMinusSignHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setMinusSign", "(C)V", "GetSetMinusSign_CHandler", ApiSince=24)>]
member this.MinusSign : char with get, set
Property Value
the minus sign character
- Attributes
Remarks
Property getter documentation:
Returns 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 android.icu.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 android.icu.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.