[]
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 the specified ComplexField. |
| Load(SimpleField) | Loads options from the specified SimpleField. |
| Save(ComplexField) | Saves the current options to the specified ComplexField. |
| Save(SimpleField) | Saves the current options to the specified SimpleField. |
| ToString() |