1
Answer

how to compare two strings in c# by ascii

Ask a question
Jim

Jim

16y
8.1k
1
i need to compare two strings in C# by using ascii... for example

^^^ should be greater than ZZZ
and zzz should be greater than both of those...

string.compare
and compareto don't work

Answers (1)