Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Converters Namespace / SourceDataConverter Class / ConvertBack Method
The target value.
The Type to which to convert targetValue.
The CultureInfo to use when converting the value.


    ConvertBack Method (SourceDataConverter)
    Converts the targetValue to the sourceType using the provided culture info.
    Syntax
    'Declaration
     
    Public Function ConvertBack( _
       ByVal targetValue As Object, _
       ByVal sourceType As Type, _
       ByVal parameter As Object, _
       ByVal targetCulture As CultureInfo _
    ) As Object
     
    'Usage
     
    Dim instance As SourceDataConverter
    Dim targetValue As Object
    Dim sourceType As Type
    Dim parameter As Object
    Dim targetCulture As CultureInfo
    Dim value As Object
     
    value = instance.ConvertBack(targetValue, sourceType, parameter, targetCulture)

    Parameters

    targetValue
    The target value.
    sourceType
    The Type to which to convert targetValue.
    parameter
    targetCulture
    The CultureInfo to use when converting the value.

    Return Value

    The converted value.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also