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:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string ToValueString()

Return Value

Type: String
A string.
See Also