Click or drag to resize
StringExtensionsCompareToCSafe Method
Overload List
  NameDescription
Public methodStatic memberCompareToCSafe(String, Object) Obsolete.
Compares the current string with another string. This method is culture safe - it fixes some problems with different cultures.
Public methodStatic memberCompareToCSafe(String, String)
Compares the current string with another string. This method is culture safe - it fixes some problems with different cultures.
Public methodStatic memberCompareToCSafe(String, Object, Boolean) Obsolete.
Compares the current string with another string. This method is culture safe - it fixes some problems with different cultures.
Public methodStatic memberCompareToCSafe(String, String, Boolean)
Compares the current string with another string. This method is culture safe - it fixes some problems with different cultures.
Top
See Also