 | ToastRequestFromJsonString Method |
[This is preliminary documentation and is subject to change.]
Creates a toast request from a JSON string.
Namespace:
DesktopToast
Assembly:
DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntaxpublic static ToastRequest FromJsonString(
string requestJson
)
Public Shared Function FromJsonString (
requestJson As String
) As ToastRequest
public:
static ToastRequest^ FromJsonString(
String^ requestJson
)
static member FromJsonString :
requestJson : string -> ToastRequest
Parameters
- requestJson
- Type: SystemString
Request in JSON format
Return Value
Type:
ToastRequestToast request
See Also