IJsonValue Interface
.NET Framework 4
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 | |
---|---|---|
CanConvertTo | Converts the parameter value to the specified Type. | |
ConvertTo | Converts the parameter value to the specified Type. |
Top