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