asp.net.ph

NumberFormatInfo.PositiveInfinitySymbol Property

System.Globalization Namespace   NumberFormatInfo Class


Sets or retrieves the string that represents positive infinity.

[ VB ]
public Property PositiveInfinitySymbol As String

[ C# ]
public string PositiveInfinitySymbol {get; set;}

[ C++ ]
public: __property String* get_PositiveInfinitySymbol ( );
public: __property void set_PositiveInfinitySymbol ( String* );

[ JScript ]
function get PositiveInfinitySymbol ( ) : String;
public function set PositiveInfinitySymbol ( String );

Property Value

The string that represents positive infinity. The default for InvariantInfo is "Infinity".

Exceptions


Exception Type Condition
ArgumentNullException The property is being set to a null reference ( Nothing in Visual Basic ).
InvalidOperationException The property is being set and the NumberFormatInfo is read-only.

Remarks

For more information on positive infinity, see Double or Single.

See Also

NumberFormatInfo Members   NegativeInfinitySymbol Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note