Click or drag to resize

IPluginSettingsTryGetValueTValue Method (String)

Get value by its key.

Namespace:  Resto.Front.Api.V4.Data.Settings
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
TValue TryGetValue<TValue>(
	string key
)

Parameters

key
Type: SystemString
Key of setting.

Type Parameters

TValue
Return type of value.

Return Value

Type: TValue
Value of setting or null if none specified.
See Also