Table of Contents

Class ValueFormatter

Namespace
Balsam.Reporting
Assembly
Balsam.Reporting.dll

Used to convert numeric objects and dates to strings for display in WPF controls.

public class ValueFormatter : IValueConverter
Inheritance
ValueFormatter
Implements
Inherited Members
Extension Methods

Methods

Convert(object, Type, object, CultureInfo)

Converts the specified object using the string format found in parameter.

public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value object
targetType Type
parameter object

A .NET string format specifier

culture CultureInfo

Returns

object

ConvertBack(object, Type, object, CultureInfo)

Not implemented.

public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value object
targetType Type
parameter object
culture CultureInfo

Returns

object