Converts the current branding.

C# | Visual Basic | Visual 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

- values (array< Object >[]()[])
- The values.
- targetType (Type)
- The target type.
- parameter (Object)
- The parameter.
- culture (CultureInfo)
- The culture.

The converted branding.