isutf8()

Applies to: ✅ Azure Data ExplorerAzure MonitorMicrosoft Sentinel

Returns true if the argument is a valid UTF8 string.

Syntax

isutf8(value)

Learn more about syntax conventions.

Parameters

Name Type Required Description
value string ✔️ The value to check if a valid UTF8 string.

Returns

A boolean value indicating whether value is a valid UTF8 string.

Example

print result=isutf8("some string")