Comparer.FromCulture

This function returns a comparison function based on the specified culture and a logical value, ignoreCase, which determines whether the comparison should be case-sensitive. The default value for igno...

Syntax

Comparer.FromCulture(culture as text, optional ignoreCase as nullable logical) as function

About

This function returns a comparison function based on the specified culture and a logical value, ignoreCase, which determines whether the comparison should be case-sensitive. The default value for ignoreCase is false. The culture parameter represents well-known locale identifiers used within the .NET framework.