HeroStats Libraries
StatsEngine.IsSyntaxValid Method
[This is preliminary documentation and subject to change.]
Evaluates the syntactical correctness of an arithmatic expression
[Visual Basic]
Public Function IsSyntaxValid( _
ByVal
expression As
String _
) As
Boolean
[C#]
public
bool IsSyntaxValid(
string expression);
Parameters
-
expression
- The expression to evaluate
Return Value
True if the expression is syntactically correct, false otherwise
See Also
StatsEngine Class | HeroStats.StatsEngine Namespace