NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

NumberFormatInfo.InvariantInfo

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;

Property Value

Returns a reference to the NumberFormatInfo with its ReadOnly property set to true.

Remarks

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.

See Also

NumberFormatInfo Class | NumberFormatInfo Members | System.Globalization Namespace