'Declaration
<CanBeNullAttribute()> Function Convert( _ ByVal value As Object, _ ByVal parameter As Object, _ ByVal culture As CultureInfo _ ) As Object
'Usage
Dim instance As IDataConverter Dim value As Object Dim parameter As Object Dim culture As CultureInfo Dim value As Object value = instance.Convert(value, parameter, culture)
Parameters
- value
- The value to be converted.
The value of this parameter can be
null
(Nothing
in Visual Basic). - parameter
- The converter parameter to use.
The value of this parameter can be
null
(Nothing
in Visual Basic). - culture
- The culture to use in the converter.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method can return null
(Nothing
in Visual Basic).