class GlobalizationExtensions
in global :: System . Globalization
Provides globalization-related extension methods.
public static StringComparer GetStringComparer( CompareInfo compareInfo, CompareOptions options )
Returns a object based on the culture-sensitive string comparison rules of a specified object.
compareInfoAn object that supports culture-sensitive string comparison.optionsA value that defines how strings should be compared. is either the enumeration value , the enumeration value , or a bitwise combination of one or more of the following values: , , , , , and .- Returns An object that can be used to perform string comparisons.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.