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

Namespace: CMS.SocialMedia.Facebook
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax
C#
string Format(
	decimal value
)

Parameters

value
Type: SystemDecimal
A value to format.

Return Value

Type: String
A string representation of the specified value.
See Also