I would like to prove whether the first character in my string is equal to "@". How can I do this? I'm using c#
if (string[1] == "<character>") { Console.WriteLine("TRUE"); }
Aucun commentaire:
Enregistrer un commentaire