• 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?...

  •   ... 61 62 63 64 65 66 67 68 69 70 ...