Method FromJson
FromJson(string)
Convert a JSON string to an object.
Declaration
public static BuildingFilter FromJson(string json)
Parameters
| Type | Name | Description |
|---|---|---|
| string | json | The JSON string. |
Returns
| Type | Description |
|---|---|
| BuildingFilter | The BuildingFilter defined by the JSON. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |