Exemple #1
0
/**
 * Expression function for getting the uppercased version of a string
 */
gd::String GD_API ToLowerCase(const gd::String & str)
{
    return str.LowerCase();
}