Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.