TK.CompileExpression Method

Compiles the simple expression using a data series
Public Shared Function CompileExpression( _ 
ByVal expression As String
) As String
This language is not supported or no code example is available.
public static string CompileExpression( 
string expression 
)
This language is not supported or no code example is available.

Parameters

expression
string

Expression

Return Value

string

String containg error or null if success

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition