Click or drag to resize

OpsCommandFromString Method

Creates a command from it's string representation.

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

Parameters

text  String
String representation of the command.

Return Value

OpsCommand
Returns an OpsCommand.
See Also