Skip to content

1dc51040 85ca 0423 4a97 65e4b349ad3c

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

CapacityConverter.Convert Method (Decimal)

Converts provided value into its string representation.

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

Syntax

C#

public static string Convert(
	decimal value
)

Parameters

 

value
Type: System.Decimal
The value to be converted.

Return Value

Type: String
The string representation of converted value.

Remarks

This method converts provided value into its string representation by finding the best fitting capacity entity and using it to format provided value afterwards.

See Also

Reference

CapacityConverter Class
Convert Overload
Plexdata.Converters Namespace
CapacityConverter.Find(Decimal)

Clone this wiki locally