CEBL  2.1
Functions
TextUtils Namespace Reference

Functions

string IntToString (int i)
int asInt (string str)
bool asBool (string str)
double asDouble (string str)

Function Documentation

bool TextUtils::asBool ( string  str)

Definition at line 33 of file TextUtils.cpp.

double TextUtils::asDouble ( string  str)

Definition at line 38 of file TextUtils.cpp.

int TextUtils::asInt ( string  str)

Definition at line 28 of file TextUtils.cpp.

string TextUtils::IntToString ( int  i)