Search results for query: *

  • Users: jmair
  • Content: Threads
  • Order by date
  1. J

    int method to return string?

    I apologize that this a simple question, but the solution escapes me. I'm passing an int to a method but want to return a string. public static int Example(int x ) { string myString = ""; if(x < 10) { myString = "less...
Back
Top Bottom