SimpleTypeResolver.ResolveTypeId Method (Type)

 

Returns the assembly-qualified name of the specified Type.

Namespace:   System.Web.Script.Serialization
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

override ResolveTypeId : 
        type:Type -> string

Parameters

type
Type: System.Type

The type to be resolved.

Return Value

Type: System.String

A string that contains the assembly-qualified name of the specified type.

Exception Condition
ArgumentNullException

type is null.

.NET Framework
Available since 3.5
Return to top
Show: