You are here: Symbol Reference > Stimulsoft.Report.Wpf Namespace > OneWayValueConverter Class > OneWayValueConverter Methods > Convert Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
OneWayValueConverter.Convert Method

Converts a value. Used in data binding. Override this method (sealed). Decorate the method with the type of return data (ValueConversion attribute).

Syntax
C++
C#
Visual Basic
public: object Convert( object value, Type targetType, object parameter, System.Globalization.CultureInfo culture );
Parameters
Parameters 
Description 
value 
The value produced by the binding source 
targetType 
The type of the binding target property 
parameter 
The converter parameter to use 
culture 
The culture to use in the converter 
Returns

A converted value

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.