Click or drag to resize

ConfigurationStoreGetT Method (String, T, FuncT, T, FuncString, T)

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public T Get<T>(
	string key,
	T defaultValue,
	Func<T, T> validate,
	Func<string, T> convert
)

Parameters

key
Type: SystemString
defaultValue
Type: T
validate
Type: SystemFuncT, T
convert
Type: SystemFuncString, T

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:FileHold.Common.ConfigurationStore.Get``1(System.String,``0,System.Func{``0,``0},System.Func{System.String,``0})"]

Return Value

Type: T
See Also