Jim

Jim

  • NA
  • 1
  • 0

how to compare two strings in c# by ascii

Sep 28 2008 10:38 PM
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)