Click or drag to resize

PropertyKeyTryCoerceToCanonicalValue Method

Coerces a value to a canonical value.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public bool TryCoerceToCanonicalValue(
	Object value,
	out Object canonicalValue
)

Parameters

value
Type: SystemObject
The value.
canonicalValue
Type: SystemObject
The canonical value.

Return Value

Type: Boolean
true if coercion succeeded, false otherwise.
See Also