'Declaration
Public Overloads Overrides NotOverridable Function ConvertFrom( _ ByVal context As ITypeDescriptorContext, _ ByVal culture As CultureInfo, _ ByVal source As Object _ ) As Object
public override object ConvertFrom( ITypeDescriptorContext context, CultureInfo culture, object source )
Parameters
- context
- A format context that provides information about the environment from which this converter is being invoked.
- culture
- Culture specific information.
- source
- The object to convert.
Return Value
The converted object, or null reference if source is an empty string.