ComponentOne ASP.NET MVC Controls
Format Method (InputNumberBuilder)

C1.Web.Mvc.Fluent Namespace > InputNumberBuilder Class : Format Method
The value.
Configurates C1.Web.Mvc.InputNumber.Format. Sets the format used to display the number being edited (see Globalize).
Syntax
'Declaration
 
Public Function Format( _
   ByVal value As String _
) As InputNumberBuilder
public InputNumberBuilder Format( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The format string is expressed as a .NET-style standard numeric format string.
See Also

Reference

InputNumberBuilder Class
InputNumberBuilder Members