Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# string code ascii

string value = "9quali52ty3";

// Convert the string into a byte[].
byte[] asciiBytes = Encoding.ASCII.GetBytes(value);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #string #code #ascii
ADD COMMENT
Topic
Name
7+3 =