-
Notifications
You must be signed in to change notification settings - Fork 0
c4bcdee9 9e97 5abc c45e 691d72d6ee34
Axel Kesseler edited this page Oct 3, 2019
·
2 revisions
Gets the used culture.
Namespace: Plexdata.Formatters
Assembly: Plexdata.CapacityConverter (in Plexdata.CapacityConverter.dll) Version: 1.0.1
C#
public CultureInfo Culture { get; private set; }
Type: CultureInfo
The used culture or null
.
This getter returns the used culture. Keep in mind, this culture might be null
. In such a case, current UI culture is used instead.
Plexdata Capacity Converter