IEntityAttributeValueFormatterFormat Method (Int64) |
Formats an Int64 value, and returns it.
Namespace: CMS.SocialMedia.FacebookAssembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax string Format(
long value
)
Parameters
- value
- Type: SystemInt64
A value to format.
Return Value
Type:
StringA string representation of the specified value.
See Also