Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts the value that is encapsulated by this result to the specified type.
Namespace: System.Web.Http.ValueProviders
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Function ConvertTo ( _
type As Type _
) As Object
'Usage
Dim instance As ValueProviderResult
Dim type As Type
Dim returnValue As Object
returnValue = instance.ConvertTo(type)
public Object ConvertTo(
Type type
)
public:
Object^ ConvertTo(
Type^ type
)
member ConvertTo :
type:Type -> Object
public function ConvertTo(
type : Type
) : Object
Parameters
- type
Type: System.Type
The target type.
Return Value
Type: System.Object
The converted value.