home
printf "%02x" 10;; System.String.Format("{0:x2}", 10);; open System;; String.Format("{0:x2}", 10);; val it : string = "0a"
No comments:
Post a Comment