Click or drag to resize

PropertyStore.GetNullifiedValue Method

Gets the string value associated with the specified key. The string is trimmed and converted to the default value if its length is 0.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string GetNullifiedValue(
	PropertyKey key,
	IFormatProvider provider = null,
	string defaultValue = null
)

Parameters

key
Type: callback.ShellBoost.Core.WindowsPropertySystem.PropertyKey
The property key.
provider (Optional)
Type: System.IFormatProvider
The provider.
defaultValue (Optional)
Type: System.String
The default value.

Return Value

Type: String
A string or null.
See Also