System.Globalization Namespace NumberFormatInfo Class
Gets the default read-only NumberFormatInfo that is culture-independent ( invariant ).
[ VB ] public Shared ReadOnly Property InvariantInfo As NumberFormatInfo [ C# ] public static NumberFormatInfo InvariantInfo {get;} [ C++ ] public: __property static NumberFormatInfo* get_InvariantInfo ( ); [ JScript ] static function get InvariantInfo ( ) : NumberFormatInfo;
The default read-only NumberFormatInfo that is culture-independent ( invariant ).
This property does not change, regardless of the current culture.
NumberFormatInfo Members
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