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