mindee-api-dotnet

GeneratedObject.TryGetBool Method

Declaring Type: GeneratedObject
Namespace: Mindee.Parsing.Generated
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Attempts to represent the specified key as a boolean.

public bool? TryGetBool(string key);

Parameters

key string

Returns

Nullable<bool>

The value as a boolean or null if the key doesn’t exist.


Documentation generated by MdDocs