Share

AcString::asDeci64

C++

Adesk::Int64 asDeci64(
    Adesk::UInt32 nFlags = kParseDefault
) const;

Description

Parses the current string as a decimal and returns a 64-bit signed integer.

Parameters

Parameters Description
nFlags Input bits specifying how to do the parsing

Returns

The integer value parsed from the string.

Remarks

Works during getBuffer mode.

Links

AcString

Previous Declaration

AutoCAD 2024 and earlier

ACBASE_PORT int64_t asDeci64(int nFlags = kParseDefault) const;

History

AutoCAD 2025

nFlags argument changed from unsigned int to Adesk::UInt32 and function now returns Adesk::Int64 instead of int64_t.

Was this information helpful?