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.CurrentInfo

Returns a NumberFormatInfo object that formats values based on the CultureInfo of the current thread.

[Visual Basic]
Public Shared ReadOnly Property CurrentInfo As NumberFormatInfo
[C#]
public static NumberFormatInfo CurrentInfo {get;}
[C++]
public: __property static NumberFormatInfo* get_CurrentInfo();
[JScript]
public static function get CurrentInfo() : NumberFormatInfo;

Property Value

Returns a culture-specific NumberFormatInfo object with its ReadOnly property set to true.

Remarks

It is not possible to set the properties on a culture-specific NumberFormatInfo object.

See Also

NumberFormatInfo Class | NumberFormatInfo Members | System.Globalization Namespace