DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Op Class / Fmt Method
Operand.
Format string.

In This Topic
    Fmt Method
    In This Topic
    Format: unary, simple (without aggregation) operation.
    Syntax
    'Declaration
     
    Public Shared Function Fmt( _
       ByVal col As Column, _
       ByVal format As String _
    ) As ColumnOp
    public static ColumnOp Fmt( 
       Column col,
       string format
    )

    Parameters

    col
    Operand.
    format
    Format string.
    Remarks
    For every data type, this operation creates a string column. It is equivalent to applying the ToString(format) method to column values.
    See Also