Share

kParseNoEmpty

C++

constexpr Adesk::UInt32 kParseNoEmpty = 0x08;

Description

Flag value used to determine how to handle errors such as invalid characters or overflow during string parsing.

This value treats an empty string as error.

Links

AcString

Was this information helpful?