mindee-api-dotnet

GeneratedObject.TryGetInt Method

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

Attempts to represent the specified key as an int.

public int? TryGetInt(string key);

Parameters

key string

Returns

Nullable<int>

The value as an int or null if the key doesn’t exist.


Documentation generated by MdDocs