OpsCommandFromCommandFileString Method |
Creates a command from a command file string representation.
Namespace:
Micros.Ops
Assembly:
Ops (in Ops.dll)
Syntaxpublic static OpsCommand FromCommandFileString(
string text
)
Parameters
- text
- Type: SystemString
Command file string representation of the command.
Return Value
Type:
OpsCommandReturns an OpsCommand.
See Also