I'm trying to figure out how to write an if statement in C# that basically does this
string myString = "1234"; if( myString is sorted) { //Do some stuff } else { // Do some other stuff }
Aucun commentaire:
Enregistrer un commentaire