2016-01-20 110 views

回答

0
public byte[] ImageLoader(string ImageAddress) 
    { 
     StreamReader SR = new StreamReader(ImageAddress); 
     return Encoding.Unicode.GetBytes(SR.ReadToEnd()); 
    } 
+0

您可以使用導入C#CLR函數到SQL http://www.codeproject.com/Articles/ 28129 /創建-A-CLR-波斯日期 - 轉爐 - 功能 - 爲 –

相關問題