ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions Namespace / ExpressionInfo Class / Parse Method / Parse(String) Method
String to parse

In This Topic
    Parse(String) Method
    In This Topic
    Parses the specified expression string and returns an ExpressionInfo object that represents the specified expression.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Parse( _
       ByVal expressionString As String _
    ) As ExpressionInfo
    public static ExpressionInfo Parse( 
       string expressionString
    )

    Parameters

    expressionString
    String to parse
    See Also