Click or drag to resize
IEntityAttributeFormatterFormat Method (Int64)
Formats an Int64 value, and returns it.

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

Parameters

value
Type: SystemInt64
A value to format.

Return Value

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