Skip to content

804234d5 5798 9a54 c15a 80bd48c3afc1

Axel Kesseler edited this page Oct 3, 2019 · 1 revision

CapacityEntity.Format Method (Decimal, Boolean, Boolean, CultureInfo)

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,
	bool intercept,
	CultureInfo culture
)

Parameters

 

value
Type: System.Decimal
The value to be formatted.
calculate
Type: System.Boolean
True to force a result calculation, otherwise false.
intercept
Type: System.Boolean
True to force intercept mode, otherwise false.
culture
Type: System.Globalization.CultureInfo
The culture to be used for calculation.

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