C# Класс WebApplications.Utilities.Formatting.FormatBuilderConverter

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

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

Метод Описание
ConvertFrom ( [ ctx, [ ci, object data ) : object

Converts from.

ConvertTo ( [ ctx, [ ci, [ value, [ type ) : object

Converts to.

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

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

Converts from.
public ConvertFrom ( [ ctx, [ ci, object data ) : object
ctx [ The CTX.
ci [ The ci.
data object The data.
Результат object

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

Converts to.
public ConvertTo ( [ ctx, [ ci, [ value, [ type ) : object
ctx [ The CTX.
ci [ The ci.
value [ The value.
type [ The type.
Результат object