Simple life, Complicated mind
Saturday, February 10, 2018
Convert uint64 number to string
Convert uint32 string to uint64 number:
strconv.ParseUint("123", 10, 32)
Convert uint64 number to string:
strconv.FormatUint(uint64(123), 10)
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment