Is there a toString function in K#?
Question
Feb 11, 2016
This code works fine for returning "16" However this doesn't work Even though there is no mention in the document, I assume .Year is returning a non string type, which causes TrimStart to fail. How do I convert the return value of DateTime.CurrentDateTime.Year to string?...