IEntityAttributeValueFormatterFormat Method (Decimal) |
Formats a Decimal value, and returns it.
Namespace: CMS.MembershipProvider.FacebookAssembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 9.0.0
Syntax string Format(
decimal value
)
Parameters
- value
- Type: SystemDecimal
A value to format.
Return Value
Type:
StringA string representation of the specified value.
See Also