DecimalFormat.Percent PropertyDecimalFormat.Percent PropertyDecimalFormat::Percent Property

Gets or sets the percent.

Syntax

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

Property Value

Type: System.StringSystem.StringSystem::String^

The percent.

Exceptions

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