Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Convert Method (values, targetType, parameter, culture)
NamespacesGenesyslab.Desktop.Infrastructure.RebrandingRebrandingConverterConvert(array<Object>[]()[], Type, Object, CultureInfo)
Converts the current branding.
Declaration Syntax
C#Visual BasicVisual C++
public Object Convert(
	Object[] values,
	Type targetType,
	Object parameter,
	CultureInfo culture
)
Public Function Convert ( _
	values As Object(), _
	targetType As Type, _
	parameter As Object, _
	culture As CultureInfo _
) As Object
public:
virtual Object^ Convert(
	array<Object^>^ values, 
	Type^ targetType, 
	Object^ parameter, 
	CultureInfo^ culture
) sealed
Parameters
values (array< Object >[]()[])
The values.
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)