Returns a NumberFormatInfo object that formats values in an invariant or culturally-independent way.
[Visual Basic] Public Shared ReadOnly Property InvariantInfo As NumberFormatInfo [C#] public static NumberFormatInfo InvariantInfo {get;} [C++] public: __property static NumberFormatInfo* get_InvariantInfo(); [JScript] public static function get InvariantInfo() : NumberFormatInfo;
Returns a reference to the NumberFormatInfo with its ReadOnly property set to true.
The returned object's ReadOnly property is set to true; therefore, it is not possible to set the properties on an invariant NumberFormatInfo object obtained by calling this method.
This method is used by the FromString methods.
NumberFormatInfo Class | NumberFormatInfo Members | System.Globalization Namespace