The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AtlHexDecodeGetRequiredLength
Call this function to get the size in bytes of a buffer that could contain data decoded from a hex-encoded string of the specified length.
inline int AtlHexDecodeGetRequiredLength(
int nSrcLen
) throw( );
- nSrcLen
The number of characters in the encoded string.
The number of bytes required for a buffer that could hold a decoded string of nSrcLen characters.
Requirements
Header: atlenc.h
Show: