ComponentOne Scheduler for WPF and Silverlight
Convert Method (DateTimeInfoToStringConverter)

C1.WPF.Schedule Namespace > DateTimeInfoToStringConverter Class : Convert Method
The values produced by the binding source.
The type of the binding target property.
The converter parameter to use.
This parameter is not used.
Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
Syntax
'Declaration
 
Public Function Convert( _
   ByVal values() As System.Object, _
   ByVal targetType As System.Type, _
   ByVal parameter As System.Object, _
   ByVal culture As System.Globalization.CultureInfo _
) As System.Object
public System.object Convert( 
   System.object[] values,
   System.Type targetType,
   System.object parameter,
   System.Globalization.CultureInfo culture
)

Parameters

values
The values produced by the binding source.
targetType
The type of the binding target property.
parameter
The converter parameter to use.
culture
This parameter is not used.

Return Value

A converted value.
See Also

Reference

DateTimeInfoToStringConverter Class
DateTimeInfoToStringConverter Members