Converts the current branding.

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

- value (Object)
- The value.
- targetType (Type)
- The target type.
- parameter (Object)
- The parameter.
- culture (CultureInfo)
- The culture.

The converted branding.