Click or drag to resize

ConfigurationStoreTryGetRaw Method

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public bool TryGetRaw(
	string key,
	out string value
)

Parameters

key
Type: SystemString
value
Type: SystemString

Return Value

Type: Boolean
See Also