BootstrapUIWidgetFormatBuilder Members
Stores settings defining how values are formatted within a UI widget.Methods
| Name | Description |
|---|---|
| Currency(String) | Specifies the used currency. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Formatter(String) | Specifies a custom formatter function. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
| Parser(String) | Specifies a parser function to parse numbers or dates presented as strings into the correct format. |
| Precision(Int32) | Specifies the value precision in the formated presentation. |
| ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Type(FormatType) | Specifies a predefined format. |
See Also