Share

kParseAssert

C++

constexpr Adesk::UInt32 kParseAssert = 0x02;

Description

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

This value pops an assert in debug build.

Links

AcString

Was this information helpful?