Parse

Method

Parses a new expression

Product: 

Class: 

Warning

uCalc API Preview Release Notice:The uCalc engine has successfully transitioned to modern cross-platform environments.The next phase envolves some structural changes, performance optimizations, and API refinements.The API is subject to breaking changes prior to the stable release. Please evaluate the preview version thoroughly before production use.

Syntax

Parse(string, DataType)

Parameters

Expr
string
Expression to be parsed
ReturnType
DataType
(Default = Empty)
Data type of return value

Return

Expression

The current expression object

Remarks

This allows you to associate a different expression with the same object. The previous expression is released internally first.

Examples

This page last modified on: 

8/21/2026