<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Parse on Gopher Coding</title><link>https://gophercoding.com/tags/parse/</link><description>Recent content in Parse on Gopher Coding</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Sun, 02 Apr 2023 12:13:48 +0100</lastBuildDate><atom:link href="https://gophercoding.com/tags/parse/index.xml" rel="self" type="application/rss+xml"/><item><title>Convert String to Int, Int64, Uint64</title><link>https://gophercoding.com/convert-string-to-int/</link><pubDate>Thu, 25 Aug 2022 20:00:00 +0000</pubDate><guid>https://gophercoding.com/convert-string-to-int/</guid><description>&lt;p>This is one of those posts that won&amp;rsquo;t need a huge introduction. We want to convert a string into an integer. We&amp;rsquo;ll look at the different ways to do this (based on which sort of int you want). We&amp;rsquo;ll convert to &lt;code>int&lt;/code>, &lt;code>uint&lt;/code> and &lt;code>uint64&lt;/code> (though a int64 will be easy enough work out).&lt;/p></description></item></channel></rss>