[]
Represents options used to format field results.
public class FieldFormatOptions : BaseFieldOptions, IFieldOptions
Public Class FieldFormatOptions
Inherits BaseFieldOptions
Implements IFieldOptions
Name | Description |
---|---|
NumberFormat | Gets or sets the number format.
The default value is null. |
NumberStyle | Gets or sets the number formatting style. Default value is None. |
ResultFormat | Gets or sets the result formatting rule. Default value is None. |
StringStyle | Gets or sets the string formatting style. Default value is None. |
Name | Description |
---|---|
Load(ComplexField) | Loads options from a ComplexField. |
Load(SimpleField) | Loads options from a SimpleField. |
Save(ComplexField) | Saves options to a ComplexField. |
Save(SimpleField) | Saves options to a SimpleField. |
ToString() |