menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NumberFormat - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NumberFormat

    Represents a class which is for storing number format information.

    Inheritance
    System.Object
    NumberFormat
    Namespace: Syncfusion.UI.Xaml.Spreadsheet
    Assembly: Syncfusion.SfSpreadsheet.UWP.dll
    Syntax
    public class NumberFormat : Object

    Constructors

    NumberFormat(String, String, String)

    Initializes a new instance of the NumberFormat class.

    Declaration
    public NumberFormat(string name, string format, string imageuri)
    Parameters
    Type Name Description
    System.String name

    Name of the number format.

    System.String format

    Value of the number format.

    System.String imageuri

    Image to be displayed.

    Properties

    Format

    Gets or sets the value of the number format.

    Declaration
    public string Format { get; set; }
    Property Value
    Type Description
    System.String

    A string that represents the number format value.

    Name

    Gets or sets the name of the number format.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    A string that represents the number format name.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved