Guest User

Untitled

a guest
Dec 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. long numberId = 0;
  2. foreach (var character in testString.ToCharArray())
  3. {
  4. numberId += Convert.ToInt16(character);
  5. }
Add Comment
Please, Sign In to add comment