FlexPivot for WinForms
C1EditorFormat メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > IC1EmbeddedEditor インターフェース : C1EditorFormat メソッド
Value to be formatted.
Formatting mask.
Formats a given value using a specified mask.
シンタックス
'宣言
 
Function C1EditorFormat( _
   ByVal value As System.Object, _
   ByVal mask As System.String _
) As System.String
System.string C1EditorFormat( 
   System.object value,
   System.string mask
)

パラメータ

value
Value to be formatted.
mask
Formatting mask.

戻り値の型

A string containing the formatted value.
解説
The default implementation ignores the mask and returns value.ToString().
参照

IC1EmbeddedEditor インターフェース
IC1EmbeddedEditor メンバ