PropVariantToLPSTR Method |
Creates a VT_LPSTR PropVariant, as the default constructor used with a string creates a VT_LPWSTR PropVariant.
Namespace:
callback.ShellBoost.Core.WindowsPropertySystem
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static PropVariant ToLPSTR(
string text
)
Parameters
- text
- Type: SystemString
The text.
Return Value
Type:
PropVariantAn instance of the PropVariant class.
See Also