FlexGrid for WinForms
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
'Usage
 
Dim instance As IC1EmbeddedEditor
Dim value As Object
Dim mask As String
Dim value As String
 
value = instance.C1EditorFormat(value, mask)
string C1EditorFormat( 
   object value,
   string mask
)
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().
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IC1EmbeddedEditor Interface
IC1EmbeddedEditor Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback