Formatting Enumeration

Relativity Services API
Enum to represent the display of a field.

Namespace:  Relativity.Services.Interfaces.Field.Models
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public enum Formatting
Members

  Member nameValueDescription
None0 No formatting
Formatted1 Denotes if a number is formatted with commas (whole number and decimal only).
Date2 Formatted as a date
DateTime3 Formatted as a date with time
Currency4 Formatted as currency
See Also

Reference