ComponentOne FlexGrid for WinForms
C1EditorFormat Method

C1.Win.C1FlexGrid Namespace > IC1EmbeddedEditor Interface : C1EditorFormat Method
Value to be formatted.
Formatting mask.
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

Reference

IC1EmbeddedEditor Interface
IC1EmbeddedEditor Members