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

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

Parameters

value
Type: System.Int64
A value to format.

Return Value

Type: String
A string representation of the specified value.

Implements

IEntityAttributeFormatter.Format(Int64)
See Also