Table of Contents

isgraph

bool isgraph(int c)

Description

Returns true if the character has a graphical representation. Equivalent to the corresponding C function isgraph.

See also

StrIsGraph