C# Класс BuildIt.General.UI.Converters.StringFormatConverter

Converts a value to a string using a format string.
Наследование: IValueConverter
Показать файл Открыть проект

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

Метод Описание
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts a value to a string by formatting it.

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

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

Converts a value to a string by formatting it.
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The value to convert.
targetType System.Type The target type of the conversion.
parameter object The format string.
culture System.Globalization.CultureInfo The culture to use for conversion.
Результат object