Share

kParseDefault

C++

constexpr Adesk::UInt32 kParseDefault = (kParseAssert | kParseZero);

Description

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

This value indicates the default error handling behavior.

Links

AcString

Was this information helpful?