ReportExpression.IsExpressionString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.