Click or drag to resize

PropertyKeyToValueString Method

Formats the property key as "{Guid value} identifier", like "{F29F85E0-4FF9-1068-AB91-08002B27B3D9} 2" for example. See also the PSPropertyKeyFromString function.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public string ToValueString()

Return Value

Type: String
A string.
See Also