-
Notifications
You must be signed in to change notification settings - Fork 0
4c8d3153 d76a cef4 d10a 01c7ebf15ac5
Axel Kesseler edited this page Oct 3, 2019
·
3 revisions
Formats provided value according to current settings.
Namespace: Plexdata.Converters.Entities
Assembly: Plexdata.CapacityConverter (in Plexdata.CapacityConverter.dll) Version: 1.0.1
C#
public string Format(
decimal value,
CultureInfo culture
)
- value
- Type: System.Decimal
The value to be formatted. - culture
- Type: System.Globalization.CultureInfo
The culture to be used for calculation.
Type: String
The string representation of formatted value.
This method formats provided value according to current settings.
CapacityEntity Class
Format Overload
Plexdata.Converters.Entities Namespace
CapacityEntity.Format(Decimal, String, Int32, Boolean, Boolean, NumberFormatInfo)
Plexdata Capacity Converter