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 );
The string that represents negative infinity. The default for InvariantInfo is "-Infinity".
For more information on negative infinity, see Double or Single.
NumberFormatInfo Members PositiveInfinitySymbol
© 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