ReportExpression.IsExpressionString(String) Method

Definition

Indicates whether a string is an expression.

public:
 static bool IsExpressionString(System::String ^ value);
public static bool IsExpressionString (string value);
static member IsExpressionString : string -> bool
Public Shared Function IsExpressionString (value As String) As Boolean

Parameters

value
String

The input string.

Returns

True if a string is an expression; otherwise, false.

Applies to