Decodes an image from a base-64-encoded string.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Shared Function DecodeImage( _
   ByVal  As String _
) As Image
             
        
            
            public static Image DecodeImage( 
   string 
)
             
        
             
        
            パラメータ
- data
 
- String that contains the encoded image data.
 
            
            戻り値の型
The 
System.Drawing.Image encoded in the string.
 
            
            
            
            
            
            
            
            
            
            
            
            参照