Instead of doing this, I want to make use of string.format() to accomplish the same result:
string.format()
if (myString.Length < 3) { myString = \"00\"
This is how it's done using string interpolation C# 7
$"{myString:000}"