Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Convert Method (value, targetType, parameter, culture)
NamespacesGenesyslab.Desktop.Infrastructure.RebrandingRebrandingConverterConvert(Object, Type, Object, CultureInfo)
Converts the current branding.
Declaration Syntax
C#Visual BasicVisual C++
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
public:
virtual Object^ Convert(
	Object^ value, 
	Type^ targetType, 
	Object^ parameter, 
	CultureInfo^ culture
) sealed
Parameters
value (Object)
The value.
targetType (Type)
The target type.
parameter (Object)
The parameter.
culture (CultureInfo)
The culture.
Return Value
The converted branding.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)