JAMS Developer Guide
ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method


MVPSI.JAMS Namespace > TriStateConverter Class > ConvertFrom Method : ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method
The value to convert into a TriState.
Converts the passed value into a TriState.
Syntax
'Declaration
 
Public Overloads Overrides Function ConvertFrom( _
   ByVal context As System.ComponentModel.ITypeDescriptorContext, _
   ByVal culture As System.Globalization.CultureInfo, _
   ByVal value As System.Object _
) As System.Object
'Usage
 
Dim instance As TriStateConverter
Dim context As System.ComponentModel.ITypeDescriptorContext
Dim culture As System.Globalization.CultureInfo
Dim value As System.Object
Dim value As System.Object
 
value = instance.ConvertFrom(context, culture, value)
public override System.object ConvertFrom( 
   System.ComponentModel.ITypeDescriptorContext context,
   System.Globalization.CultureInfo culture,
   System.object value
)

Parameters

context
culture
value
The value to convert into a TriState.

Return Value

The new TriState.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TriStateConverter Class
TriStateConverter Members
Overload List