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.
LogConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)
.NET Framework (current version)
Converts the given object to a string, using the specified context and culture information.
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
.NET Framework
Available since 1.1
Available since 1.1
Show: