mindee-api-dotnet

GeneratedObject.TryGetString Method

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

Attempts to represent the specified key as a string.

public string TryGetString(string key);

Parameters

key string

Returns

string

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


Documentation generated by MdDocs