Share

isValidCodePageId Function

C++

inline bool isValidCodePageId(
    code_page_id value
);

File

codepgid.h

Description

This function returns true if value is within the valid range of values for the code_page_id enumerated type.

Parameters

Parameters Description
value Input value to test

Was this information helpful?