TDME2 1.9.121
Static Public Member Functions | List of all members
Character Class Referencefinal

Character class. More...

#include <tdme/utilities/Character.h>

Collaboration diagram for Character:
Collaboration graph

Static Public Member Functions

static char toLowerCase (char character)
 Convert character to lower case character. More...
 
static char toUpperCase (char character)
 Convert character to upper case character. More...
 
static bool isAlphaNumeric (char character)
 Returns if character is alpha numeric. More...
 
static bool isSpace (char character)
 Returns if character is a white space. More...
 

Detailed Description

Character class.

Author
Andreas Drewke
Version
$Id$

Definition at line 14 of file Character.h.

Member Function Documentation

◆ isAlphaNumeric()

static bool isAlphaNumeric ( char  character)
inlinestatic

Returns if character is alpha numeric.

Returns
if character is alpha numeric

Definition at line 40 of file Character.h.

◆ isSpace()

static bool isSpace ( char  character)
inlinestatic

Returns if character is a white space.

Returns
if character is a white space

Definition at line 48 of file Character.h.

◆ toLowerCase()

static char toLowerCase ( char  character)
inlinestatic

Convert character to lower case character.

Parameters
charactercharacter
Returns
lower case character

Definition at line 23 of file Character.h.

◆ toUpperCase()

static char toUpperCase ( char  character)
inlinestatic

Convert character to upper case character.

Parameters
charactercharacter
Returns
upper case character

Definition at line 32 of file Character.h.


The documentation for this class was generated from the following file: