Fsharp: Convert String

By Xah Lee. Date: .
xtodo

Convert string to byte array

let xbytes = "abc"B

Convert string to number

Fsharp, String