DecimalFormat.Infinity PropertyDecimalFormat.Infinity PropertyDecimalFormat::Infinity Property

Gets or sets the string used for the infinity-symbol.

Syntax

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

Property Value

Type: System.StringSystem.StringSystem::String^

The infinity string.

Exceptions

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

Remarks

The default value is "Infinity".