-
Notifications
You must be signed in to change notification settings - Fork 0
92dd2780 cd69 fc62 2173 2429dfb30a0b
Axel Kesseler edited this page Oct 3, 2019
·
2 revisions
Returns the number formatter based on provided culture.
Namespace: Plexdata.Converters.Entities
Assembly: Plexdata.CapacityConverter (in Plexdata.CapacityConverter.dll) Version: 1.0.1
C#
private NumberFormatInfo GetFormatter(
CultureInfo culture
)
- culture
- Type: System.Globalization.CultureInfo
The culture to be used as base.
Type: NumberFormatInfo
The derived number formatter.
This method returns the number formatter based on provided culture.
CapacityEntity Class
GetFormatter Overload
Plexdata.Converters.Entities Namespace
CapacityEntity.GetDecimals()
CapacityEntity.GetFormatter(CultureInfo, Int32)
Plexdata Capacity Converter