DecimalFormatSymbols.ZeroDigit 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 for zero. -or- Sets the character used for zero.
public virtual char ZeroDigit { [Android.Runtime.Register("getZeroDigit", "()C", "GetGetZeroDigitHandler")] get; [Android.Runtime.Register("setZeroDigit", "(C)V", "GetSetZeroDigit_CHandler")] set; }
[<get: Android.Runtime.Register("getZeroDigit", "()C", "GetGetZeroDigitHandler")>]
[<set: Android.Runtime.Register("setZeroDigit", "(C)V", "GetSetZeroDigit_CHandler")>]
member this.ZeroDigit : char with get, set
Property Value
the character used for zero
- Attributes
Remarks
Property getter documentation:
Gets the character used for zero. Different for Arabic, etc.
Java documentation for java.text.DecimalFormatSymbols.getZeroDigit()
.
Property setter documentation:
Sets the character used for zero. Different for Arabic, etc.
Java documentation for java.text.DecimalFormatSymbols.setZeroDigit(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.