Server.GetStringComparer(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the comparer object corresponding to the collation string passed.
public System.Collections.IComparer GetStringComparer (string collationName);
override this.GetStringComparer : string -> System.Collections.IComparer
Public Function GetStringComparer (collationName As String) As IComparer
Parameters
- collationName
- String