ShellCommand Conversion (ShellCommand to String) |
Implicit cast that converts the given ShellCommand to a string.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic static implicit operator string (
ShellCommand pCommand
)
Public Shared Widening Operator CType (
pCommand As ShellCommand
) As String
static implicit operator String^ (
ShellCommand^ pCommand
)
F# does not support the declaration of new casting operators.
Parameters
- pCommand ShellCommand
- The command.
Return Value
StringThe result of the operation.
See Also