ColorConverter::ConvertFromString Method (String^)

 

Attempts to convert a string to a Color.

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

public:
static Object^ ConvertFromString(
	String^ value
)

Parameters

value
Type: System::String^

The string to convert to a Color.

Return Value

Type: System::Object^

A Color that represents the converted text.

.NET Framework
Available since 3.0
Return to top
Show: