TryGetValue(string, object) Method
Namespace
Statiq.Common
Containing Type
ISettings

Syntax

bool TryGetValue(string key, out object value)

Parameters

Name Type Description
key string
value object

Return Value

Type Description
bool