Share

AcString::compareNoCase

C++

Adesk::Int32 compareNoCase(
    std::nullptr_t
) const;

Description

Compares to empty.

Parameters

Parameters Description
nullptr Only allowed value

Returns

Returns 0 if empty, 1 if not empty.

Remarks

Currently, only Utf8 encoding is supported.

Links

AcString

Was this information helpful?