Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FontStyleConverter::ConvertTo Method (ITypeDescriptorContext^, CultureInfo^, Object^, Type^)

 

Attempts to convert an instance of FontStyle to a specified type.

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

public:
[SecurityCriticalAttribute]
virtual Object^ ConvertTo(
	ITypeDescriptorContext^ context,
	CultureInfo^ culture,
	Object^ value,
	Type^ destinationType
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

Context information of a type.

culture
Type: System.Globalization::CultureInfo^

CultureInfo of the type being converted.

value
Type: System::Object^

The instance of FontStyle to convert.

destinationType
Type: System::Type^

The type this instance of FontStyle is converted to.

Return Value

Type: System::Object^

The object created from the converted instance of FontStyle.

Exception Condition
NotSupportedException

value is null

-or-

value is not an instance of FontStyle

-or-

destinationType is not a valid destination type.

destinationType can be String or InstanceDescriptor.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft