C# Класс Rock.Web.UI.Controls.CurrencyField

Наследование: RockBoundField
Показать файл Открыть проект

Открытые методы

Метод Описание
CurrencyField ( ) : System

Initializes a new instance of the CurrencyField class.

Защищенные методы

Метод Описание
FormatDataValue ( object dataValue, bool encode ) : string

Formats the specified field value for a cell in the T:System.Web.UI.WebControls.BoundField object.

Описание методов

CurrencyField() публичный Метод

Initializes a new instance of the CurrencyField class.
public CurrencyField ( ) : System
Результат System

FormatDataValue() защищенный Метод

Formats the specified field value for a cell in the T:System.Web.UI.WebControls.BoundField object.
protected FormatDataValue ( object dataValue, bool encode ) : string
dataValue object The field value to format.
encode bool true to encode the value; otherwise, false.
Результат string