Skip to content

c4bcdee9 9e97 5abc c45e 691d72d6ee34

Axel Kesseler edited this page Oct 3, 2019 · 2 revisions

CapacityFormatter.Culture Property

Gets the used culture.

Namespace: Plexdata.Formatters
Assembly: Plexdata.CapacityConverter (in Plexdata.CapacityConverter.dll) Version: 1.0.1

Syntax

C#

public CultureInfo Culture { get; private set; }

Property Value

Type: CultureInfo
The used culture or null.

Remarks

This getter returns the used culture. Keep in mind, this culture might be null. In such a case, current UI culture is used instead.

See Also

Reference

CapacityFormatter Class
Plexdata.Formatters Namespace

Clone this wiki locally