[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.InputNumberBuilder.Format

Format Method

Format(string)

Configurates Format. Sets the format used to display the number being edited (see Globalize).

Declaration
public InputNumberBuilder Format(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
InputNumberBuilder

Current builder.

Remarks

The format string is expressed as a .NET-style standard numeric format string.