New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.NumberFormat

Class containing functionality for formating a double number with the specified Telerik.Web.UI.NumberFormatSettings .

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.NumberFormat

Methods

Format

Formats a double number by looking at the provided .

Parameters

num System.Nullable{System.Double}

The number to be formated..

config Telerik.Web.UI.NumberFormatSettings

The .

Returns

System.String The formatted value.

In this article