Click or drag to resize

OpsCommandFromCommandFileString Method

Creates a command from a command file string representation.

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public static OpsCommand FromCommandFileString(
	string text
)

Parameters

text  String
Command file string representation of the command.

Return Value

OpsCommand
Returns an OpsCommand.
See Also