JsonElementForBooleanFalseSchema.Implicit Operator
Definition
Namespace: Corvus.Text.Json
Assembly: Corvus.Text.Json.dll
Source: JsonElementForBooleanFalseSchema.cs
implicit operator int(JsonElementForBooleanFalseSchema)
Implicitly converts a JsonElementForBooleanFalseSchema to an Int32.
public static implicit operator int(JsonElementForBooleanFalseSchema age)
Parameters
| Name | Type | Description |
|---|---|---|
age |
JsonElementForBooleanFalseSchema |
The JSON element to convert. |
Returns
The integer value of the JSON element.
Exceptions
| Exception | Description |
|---|---|
FormatException |
The JSON element cannot be converted to an integer. |
Applies To
| Product | Versions |
|---|---|
| .NET | 9, 10 |
| .NET Standard | 2.0, 2.1 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests.
Open an issue