Skip to content

43c29f20 1798 51dc c918 79f8e336ebf6

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

CapacityEntity.Format Method (Decimal, Boolean, NumberFormatInfo)

Formats provided value according to current settings.

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

Syntax

C#

public string Format(
	decimal value,
	bool calculate,
	NumberFormatInfo formatter
)

Parameters

 

value
Type: System.Decimal
The value to be formatted.
calculate
Type: System.Boolean
True to force a result calculation, otherwise false.
formatter
Type: System.Globalization.NumberFormatInfo
The number formatter to be used for result formatting.

Return Value

Type: String
The string representation of formatted value.

Remarks

This method formats provided value according to current settings.

See Also

Reference

CapacityEntity Class
Format Overload
Plexdata.Converters.Entities Namespace
CapacityEntity.Format(Decimal, String, Int32, Boolean, Boolean, NumberFormatInfo)

Clone this wiki locally