Share via


CurrentInfo Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a read-only NumberFormatInfo that formats values based on the current culture.

Namespace:  System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Shared ReadOnly Property CurrentInfo As NumberFormatInfo
public static NumberFormatInfo CurrentInfo { get; }
public:
static property NumberFormatInfo^ CurrentInfo {
    NumberFormatInfo^ get ();
}
static member CurrentInfo : NumberFormatInfo with get
static function get CurrentInfo () : NumberFormatInfo

Property Value

Type: System.Globalization. . :: . .NumberFormatInfo
A read-only NumberFormatInfo based on the CultureInfo of the current thread.

.NET Framework Security

See Also

Reference

NumberFormatInfo Class

System.Globalization Namespace