I’m just wondering if there is in .Net framework method which returns ASCII chars sequence? Something like:
public static string ascii()
{
return "abcdefghijklmnuopqrstuvwxyz";
}
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Uhm, you wrote it there. And no, there is nothing in the framework to do so. Why would there be? This method isn’t solving a particular problem and it’s downright trivial to write yourself. Note though, that the naming convention would dictate the name
Ascii🙂