CFXMessageFromJsonT Method |
[This is preliminary documentation and is subject to change.]
Namespace:
CFX
Assembly:
CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntaxpublic static T FromJson<T>(
string jsonData
)
where T : CFXMessage
Public Shared Function FromJson(Of T As CFXMessage) (
jsonData As String
) As T
Parameters
- jsonData
- Type: SystemString
Type Parameters
- T
Return Value
Type:
T
See Also