DecimalFormat.Digit PropertyDecimalFormat.Digit PropertyDecimalFormat::Digit Property

Gets or sets the digit.

Syntax

Public Property Digit As String
        Get
        Set(ByVal value As String)
public string Digit { get; set; }
public:
property String^ Digit {
    String^ get();
    void set(String^ value);
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

The digit.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullExceptionRaised if DigitDigitDigit is set to null a null reference (Nothing in Visual Basic) nullptr.