Click or drag to resize

ShellItem.GetNullifiedPropertyValue Method (PropertyKey, IFormatProvider, String)

Gets a string property key value. The string will be 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 virtual string GetNullifiedPropertyValue(
	PropertyKey key,
	IFormatProvider provider,
	string defaultValue
)

Parameters

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

Return Value

Type: String
A string or null.
See Also