FormatBuilder Methods
Formats values.Name | Description |
---|---|
Currency(JS) | Mirrors the client-side currency option. |
Currency(String) | Mirrors the client-side currency option. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Formatter(RazorBlock) | Mirrors the client-side formatter option. |
Formatter(String) | Mirrors the client-side formatter option. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
Option(String, Object) | Specifies an option by its name. |
Parser(RazorBlock) | Mirrors the client-side parser option. |
Parser(String) | Mirrors the client-side parser option. |
Precision(JS) | Mirrors the client-side precision option. |
Precision(Double) | Mirrors the client-side precision option. |
ReferenceEquals(Object, Object) static | 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(Format) | Mirrors the client-side type option. |
Type(JS) | Mirrors the client-side type option. |
Type(String) | Mirrors the client-side type option. |
UseCurrencyAccountingStyle(JS) | Mirrors the client-side useCurrencyAccountingStyle option. |
UseCurrencyAccountingStyle(Boolean) | Mirrors the client-side useCurrencyAccountingStyle option. |
See Also