Click or drag to resize
EntityAttributeFormatterFormat Method (Decimal)
Formats a Decimal value, and returns it.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public string Format(
	decimal value
)

Parameters

value
Type: SystemDecimal
A value to format.

Return Value

Type: String
A string representation of the specified value.

Implements

IEntityAttributeFormatterFormat(Decimal)
See Also