LogConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)

 

Converts the given object to a string, using the specified context and culture information.

Namespace:   System.Diagnostics.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual Object^ ConvertFrom(
	ITypeDescriptorContext^ context,
	CultureInfo^ culture,
	Object^ value
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An T:System.ComponentModel.ITypeDescriptorContext that provides a format context.

culture
Type: System.Globalization::CultureInfo^

The T:System.Globalization.CultureInfo to use as the current culture.

value
Type: System::Object^

The T:System.Object to convert

Return Value

Type: System::Object^

An Object that represents the converted value.

.NET Framework
Available since 1.1
Return to top
Show: