Bridge

NumberFormatInfo..::..CurrentInfo Property

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

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

Syntax


[FieldPropertyAttribute]
public static NumberFormatInfo CurrentInfo { get; }
<FieldPropertyAttribute> _
Public Shared ReadOnly Property CurrentInfo As NumberFormatInfo
	Get
[FieldPropertyAttribute]
public:
static property NumberFormatInfo^ CurrentInfo {
	NumberFormatInfo^ get ();
}

Return Value

A read-only NumberFormatInfo based on the culture of the current thread.