Click or drag to resize
MimeKit

InternetAddressConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Method

Converts the given object to the type of this converter, using the specified context and culture information.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.12.0
Syntax
C#
public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)

Parameters

context  ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
culture  CultureInfo
The CultureInfo to use as the current culture.
value  Object
The Object to convert.

Return Value

Object
An Object that represents the converted value.
Exceptions
ExceptionCondition
NotSupportedException The conversion cannot be performed.
Remarks
Converts the given object to the type of this converter, using the specified context and culture information.
See Also