Method FromJson
FromJson(string)
Converts the JSON string to job
Declaration
public static IJob? FromJson(string json)
Parameters
| Type | Name | Description |
|---|---|---|
| string | json | JSON presenting a job |
Returns
| Type | Description |
|---|---|
| IJob | Job if json is successfully parsed |
See Also
ToJson()
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |