Share via


DecimalFormatSymbols.Infinity Property

Definition

Gets the string used to represent infinity. -or- Sets the string used to represent infinity.

public virtual string? Infinity { [Android.Runtime.Register("getInfinity", "()Ljava/lang/String;", "GetGetInfinityHandler")] get; [Android.Runtime.Register("setInfinity", "(Ljava/lang/String;)V", "GetSetInfinity_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getInfinity", "()Ljava/lang/String;", "GetGetInfinityHandler")>]
[<set: Android.Runtime.Register("setInfinity", "(Ljava/lang/String;)V", "GetSetInfinity_Ljava_lang_String_Handler")>]
member this.Infinity : string with get, set

Property Value

the string representing infinity

Attributes

Remarks

Property getter documentation:

Gets the string used to represent infinity. Almost always left unchanged.

Java documentation for java.text.DecimalFormatSymbols.getInfinity().

Property setter documentation:

Sets the string used to represent infinity. Almost always left unchanged.

Java documentation for java.text.DecimalFormatSymbols.setInfinity(java.lang.String).

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.

Applies to