byte[] myBytes; myBytes = somevaluehere; string myBase64String; myBase64String = Convert.ToBase64String(myBytes); how to do this in classic asp?
確定! 回上一頁