-
Notifications
You must be signed in to change notification settings - Fork 0
aab786eb b62c e9fe 5cf6 9af94f46a54e
Axel Kesseler edited this page Oct 3, 2019
·
2 revisions
Converts provided value into its string representation.
Namespace: Plexdata.Converters
Assembly: Plexdata.CapacityConverter (in Plexdata.CapacityConverter.dll) Version: 1.0.1
C#
public static string Convert(
decimal value,
int decimals
)
- value
- Type: System.Decimal
The value to be converted. - decimals
- Type: System.Int32
The number of decimal digits used for calculation.
Type: String
The string representation of converted value.
This method converts provided value into its string representation by finding the best fitting capacity entity and using it to format provided value afterwards.
CapacityConverter Class
Convert Overload
Plexdata.Converters Namespace
CapacityConverter.Find(Decimal)
Plexdata Capacity Converter