ComponentOne FlexPivot for WinForms
C1.PivotEngine Assembly / C1.PivotEngine Namespace / GeneralUtils Class / ConvertToPostfix Method

In This Topic
    ConvertToPostfix Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function ConvertToPostfix( _
       ByVal infixExpression As String _
    ) As String
    public static string ConvertToPostfix( 
       string infixExpression
    )

    Parameters

    infixExpression
    See Also