FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Op Class / UCase Method
String operand.

In This Topic
    UCase Method
    In This Topic
    Convert to upper case: unary, simple (without aggregation) operation on strings.
    Syntax
    'Declaration
     
    Public Shared Function UCase( _
       ByVal col As Column _
    ) As ColumnOp
    public static ColumnOp UCase( 
       Column col
    )

    Parameters

    col
    String operand.
    See Also