IJsonValue::CanConvertTo Method

.NET Framework 4.5

Converts the parameter value to the specified Type.

Namespace:  Microsoft.AspNet.SignalR.Json
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

bool CanConvertTo(
	Type^ type
)

Parameters

type
Type: System::Type
The Type to convert the parameter to.

Return Value

Type: System::Boolean
The converted parameter value.
Show: