技術誌記錄學習或專案執行當下遇到的問題及解決方案,方便日後翻查,益人益己!
Dim str() As String = arrList.ToArray(GetType(String))
string[] strings = (string[])arrList.ToArray(typeof(string));
ViewContext.RouteData.Values["controller"].ToString()
byte[] bytes = (byte[])System.ComponentModel.TypeDescriptor.GetConverter(bmp).ConvertTo(bmp, typeof(byte[]));