ComponentOne FlexPivot for WinForms
Fmt Method

C1.DataEngine.4 Assembly > C1.DataEngine Namespace > Op Class : Fmt Method
Operand.
Format string.
Format: unary, simple (without aggregation) operation.
Syntax
'Declaration
 
Public Shared Function Fmt( _
   ByVal col As Column, _
   ByVal format As System.String _
) As ColumnOp
public static ColumnOp Fmt( 
   Column col,
   System.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

Reference

Op Class
Op Members