System.Globalization.NumberFormatInfo.CurrentInfo Property

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

Syntax

public static NumberFormatInfo CurrentInfo { get; }

Value

A read-only System.Globalization.NumberFormatInfo containing the settings for the current system culture.

Remarks

Retrieving a System.Globalization.NumberFormatInfo object from the NumberFormatInfo.CurrentInfo property is equivalent to retrieving a System.Globalization.NumberFormatInfo object from the CultureInfo.CurrentCulture.NumberFormat property.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0