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 public bool TryCoerceToCanonicalValue(
Object value,
out Object canonicalValue
)
Parameters
- value
- Type: SystemObject
The value. - canonicalValue
- Type: SystemObject
The canonical value.
Return Value
Type:
Booleantrue if coercion succeeded,
false otherwise.
See Also