1
2
3
open System

let bs = BitConverter.<A href="http://msdn2.microsoft.com/en-us/library/de8fssa4.aspx">GetBytes</A>(i)
By on 7/16/2007 11:02 PM ()

Thanks for the help!

By on 7/17/2007 7:17 AM ()

Create int array, than map with converter function.

1
2
let i =[|2;3;4|];;
let p = Array.map (fun x-> (byte) x) i;;

Regards,

Can.

By on 7/16/2007 2:51 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper