'Declaration Public Function Convert( _ ByVal value As Object, _ ByVal targetType As Type, _ ByVal parameter As Object, _ ByVal language As String _ ) As Object
'Declaration
Public Function Convert( _ ByVal value As Object, _ ByVal targetType As Type, _ ByVal parameter As Object, _ ByVal language As String _ ) As Object
public object Convert( object value, Type targetType, object parameter, string language )
CommandConverter Class CommandConverter Members