asp.net.ph

NumberFormatInfo.NegativeInfinitySymbol Property

System.Globalization Namespace   NumberFormatInfo Class


Sets or retrieves the string that represents negative infinity.

[ VB ]
public Property NegativeInfinitySymbol As String

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

[ C++ ]
public: __property String* get_NegativeInfinitySymbol ( );
public: __property void set_NegativeInfinitySymbol ( String* );

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

Property Value

The string that represents negative 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 negative infinity, see Double or Single.

See Also

NumberFormatInfo Members   PositiveInfinitySymbol Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph