Click or drag to resize

OpsCommandFromString Method

Creates a command from it's string representation.

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

Parameters

text
Type: SystemString
String representation of the command.

Return Value

Type: OpsCommand
Returns an OpsCommand.
See Also