ShellCommand Conversion (ShellCommand to String) |
Implicit cast that converts the given ShellCommand to a string.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public 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
- Type: Jam.ShellShellCommand
The command.
Return Value
Type:
StringThe result of the operation.
See Also