IJsonValue Interface

.NET Framework 4.5

Represents a JSON value.

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

Syntax

'Declaration
Public Interface IJsonValue
'Usage
Dim instance As IJsonValue
public interface IJsonValue
public interface class IJsonValue
type IJsonValue =  interface end
public interface IJsonValue

The IJsonValue type exposes the following members.

Methods

  Name Description
Public method CanConvertTo Converts the parameter value to the specified Type.
Public method ConvertTo Converts the parameter value to the specified Type.

Top

See Also

Reference

Microsoft.AspNet.SignalR.Json Namespace