ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputNumber Class / Format Property

In This Topic
    Format Property (InputNumber)
    In This Topic
    Gets or sets the format used to display the number being edited (see Globalize).
    Syntax
    'Declaration
     
    
    <JsonAttribute(2)>
    Public Property Format As String
    [Json(2)]
    public string Format {get; set;}
    Remarks
    The format string is expressed as a .NET-style standard numeric format string.
    See Also