Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

tolower()

Switch services using the Version drop-down list. Learn more about navigation.
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft Sentinel

Converts the input string to lower case.

Syntax

tolower(value)

Learn more about syntax conventions.

Parameters

Name Type Required Description
value string ✔️ The value to convert to a lowercase string.

Returns

If conversion is successful, result is a lowercase string. If conversion isn't successful, result is null.

Example

The following example checks whether the tolower() function converted the capitalized input string to lowercase.

tolower("Hello") == "hello"

Related content


Feedback

Was this page helpful?

Additional resources