Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# add char to string

string s = "";
s = s + myChar.ToString(); // Where myChar is the char to be added
 
PREVIOUS NEXT
Tagged: #add #char #string
ADD COMMENT
Topic
Name
1+7 =