DecimalFormat.PerMille PropertyDecimalFormat.PerMille PropertyDecimalFormat::PerMille Property

Gets or sets the per mille.

Syntax

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

Property Value

Type: System.StringSystem.StringSystem::String^

The per mille.

Exceptions

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