API Reference > OdDb Classes > OdDbHandle Class > OdDbHandle Methods > OdDbHandle::getIntoAsciiBuffer Method
OdDbHandle::getIntoAsciiBuffer Method
Syntax
C++
void getIntoAsciiBuffer(OdChar* pBuf) const;
Parameters 
Description 
OdChar* pBuf 
[in] Pointer to the buffer to receive the string. 

Returns the hexidecmal representation of this Handle object as a null terminated string. 

 

The buffer must be at least 17 bytes long.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.