[]
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Public Function Convert(value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object
| Type | Name | Description |
|---|---|---|
| object | value | The bool value to convert. This value can be a standard bool value or a nullable Boolean value. |
| Type | targetType | This parameter is not used. |
| object | parameter | This parameter is not used. |
| CultureInfo | culture | This parameter is not used. |
| Type | Description |
|---|---|
| object | 1 if value is true; otherwise, 0. |