Table of Contents

Method Convert

Namespace
Innova.Prism.Library.Converters
Assembly
Innova.Prism.Library.dll

Convert(object, Type, object, CultureInfo)

Converts the specified value to a formatted string using the provided format string.

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

Parameters

value object

The value to be converted.

targetType Type

The type of the target property.

parameter object

The format string.

culture CultureInfo

The culture to be used for formatting.

Returns

object

The formatted string representation of the value.