StringEscaper.Convert Method |
Converts a value.
Namespace: PostSharp.Patterns.Model.Controls
Assembly: PostSharp.Patterns.Xaml (in PostSharp.Patterns.Xaml.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public Object Convert( Object value, Type targetType, Object parameter, CultureInfo culture )
Parameters
- value
- Type: System.Object
The value produced by the binding source. - targetType
- Type: System.Type
The type of the binding target property. - parameter
- Type: System.Object
The converter parameter to use. - culture
- Type: System.Globalization.CultureInfo
The culture to use in the converter.
Return Value
Type: ObjectA converted value. If the method returns null, the valid null value is used.