ActionConverter.ConvertBack Method
Converts back from the combo box value to initial value.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As ActionConverter
Dim value As Object
Dim targetType As Type
Dim parameter As Object
Dim culture As CultureInfo
Dim returnValue As Object
returnValue = instance.ConvertBack(value, targetType, parameter, culture)
Syntax
'Declaration
Public Function ConvertBack ( _
value As Object, _
targetType As Type, _
parameter As Object, _
culture As CultureInfo _
) As Object
public Object ConvertBack (
Object value,
Type targetType,
Object parameter,
CultureInfo culture
)
public:
virtual Object^ ConvertBack (
Object^ value,
Type^ targetType,
Object^ parameter,
CultureInfo^ culture
) sealed
public final Object ConvertBack (
Object value,
Type targetType,
Object parameter,
CultureInfo culture
)
public final function ConvertBack (
value : Object,
targetType : Type,
parameter : Object,
culture : CultureInfo
) : Object
Parameters
- value
Specifies the combo box value.
- targetType
Specifies the target type.
- parameter
Specifies the parameter.
- culture
Specifies the culture info.
Return Value
Type: Object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
ActionConverter Class
ActionConverter Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.