mindee-api-dotnet

GeneratedObject.TryGetDouble Method

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

Attempts to represent the specified key as a double.

public double? TryGetDouble(string key);

Parameters

key string

Returns

Nullable<double>

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


Documentation generated by MdDocs