Gets the culture to use for formatting dates, numbers, etc. This will typically
be the culture associated with the in-context
Session.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax CultureInfo Culture { get; }
ReadOnly Property Culture As CultureInfo
Get
property CultureInfo^ Culture {
CultureInfo^ get ();
}
abstract Culture : CultureInfo with get
Property Value
Type:
CultureInfoRemarks The value of this property is guaranteed to never be .
See Also