We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
char* r = rPin, rEnd = rPin + right.Length; while (l < lEnd && r < rEnd) { char c1 = *r++; if (c1 > 0x7F || !ToLowerEquals((byte)c1, *l++)) return false; } } return true; } } /// <summary> /// Converts a C# string to a CString only accepting ASCII characters...