Click or drag to resize

OpsCommandFromCommandFileString Method

Creates a command from a command file string representation.

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

Parameters

text
Type: SystemString
Command file string representation of the command.

Return Value

Type: OpsCommand
Returns an OpsCommand.
See Also