SECBitArray::ConvertToChars

template <unsigned int ArraySize_T, class DataType_T>
void SECBitArray<ArraySize_T, DataType_T>::ConvertToChars(CString& strChars)

Interpret the bit array as character set flags.

Defined in: SECBitmapArray.h

Return Value

void

Parameters

strChars

String in which to place characters.

Comments

This function converts the bit array into a set of characters, where each bit position corresponds to the numeric character value and the bit indicates if the character is in the set.

Class Template Arguments

ArraySize_T

The maximum number of bits for the array.

DataType_T

The data type used to make up the array (e.g., DWORD, etc.)

See Also

SECBitArray