I am working on a project that uses a lot of string functions and I was wondering if I should be using TextCompare or BinaryCompare and what the difference is? Is binary faster? The only thing I could find on MSDN was this:
http://msdn.microsoft.com/library/de...concompare.asp

I need to know which one is faster and which one is more appropriate under what circumstances. Thanks