ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / IC1EmbeddedEditor Interface / C1EditorFormat Method
Value to be formatted.
Formatting mask.

In This Topic
    C1EditorFormat Method
    In This Topic
    Formats a given value using a specified mask.
    Syntax
    'Declaration
     
    Function C1EditorFormat( _
       ByVal value As Object, _
       ByVal mask As String _
    ) As String
    string C1EditorFormat( 
       object value,
       string mask
    )

    Parameters

    value
    Value to be formatted.
    mask
    Formatting mask.

    Return Value

    A string containing the formatted value.
    Remarks
    The default implementation ignores the mask and returns value.ToString().
    See Also