CRMImageConverter.ConvertBack Method
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As CRMImageConverter
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
- targetType
- parameter
- culture
Return Value
Returns 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
CRMImageConverter Class
CRMImageConverter Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.