Formats a given value using a specified mask.
            
            
            
            
            
            
            
            '宣言
 
Function C1EditorFormat( _
   ByVal  As System.Object, _
   ByVal  As System.String _
) As System.String
             
        
            
            System.string C1EditorFormat( 
   System.object ,
   System.string 
)
             
        
             
        
            パラメータ
- value
 
- Value to be formatted.
 - mask
 
- Formatting mask.
 
            
            戻り値の型
A string containing the formatted value.