Gets a formatted value from the 
Values array.
 
            
            
            
            
            
            
            
            '宣言
 
Public Overloads Function GetFormattedValue( _
   ByVal  As System.Integer, _
   ByVal  As System.Object _
) As System.String
             
        
            
            public System.string GetFormattedValue( 
   System.int ,
   System.object 
)
             
        
             
        
            パラメータ
- index
 
- Index of the field whose value should be retrieved.
 - item
 
- Object that provides the unformatted value.
 
            
            戻り値の型
The formatted value for the given index.