Goblin - A Platform for 3D AR and VR Applications

BinaryExpr.OperatorFromString Method 

A helper method that returns the BinaryOperator from string input.

public static BinaryOperator OperatorFromString(
   string txt
);

Parameters

txt

Return Value

The resulting BinaryOperator.

See Also

BinaryExpr Class | DDW.CSharp.Dom Namespace