Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As TypeNameConverter
Dim context As ITypeDescriptorContext
Dim culture As CultureInfo
Dim value As Object
Dim returnValue As Object

returnValue = instance.ConvertFrom(context, culture, value)

Syntax

Visual Basic
Public Overrides Function ConvertFrom ( _
		context As ITypeDescriptorContext, _
		culture As CultureInfo, _
		value As Object _
) As Object
C#
public override Object ConvertFrom (
		ITypeDescriptorContext context,
		CultureInfo culture,
		Object value
)
C++
public:
virtual Object^ ConvertFrom (
		ITypeDescriptorContext^ context, 
		CultureInfo^ culture, 
		Object^ value
) override
J#
public Object ConvertFrom (
		ITypeDescriptorContext context, 
		CultureInfo culture, 
		Object value
)
JScript
public override function ConvertFrom (
		context : ITypeDescriptorContext, 
		culture : CultureInfo, 
		value : Object
) : Object

Parameters

context
culture
value

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also