 | ToastRequestToJsonString Method |
[This is preliminary documentation and is subject to change.]
Converts the request to a JSON string.
Namespace:
DesktopToast
Assembly:
DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntaxpublic string ToJsonString()
Public Function ToJsonString As String
public:
String^ ToJsonString()
member ToJsonString : unit -> string
Return Value
Type:
StringRequest in JSON format
See Also