namespace Akenti class StringUtil

A simple utility class that provides static function that compare strings

Public Methods

static bool equalsIgnoreCase (const string& s1, const string& s2)
Compares two strings ignoring case context
static string toUpper (const string& s)
Converts a string to upper case

Documentation

A simple utility class that provides static function that compare strings.
static bool equalsIgnoreCase(const string& s1, const string& s2)
Compares two strings ignoring case context.
Returns:
true if the strings are equal
Parameters:
s1 - first string used for comparison
s2 - second string used for comparison

static string toUpper(const string& s)
Converts a string to upper case.
Parameters:
s - the string to be converted.


This class has no child classes.
Author:
Srilekha Mudumbai Abdelilah Essiari Sushila Subramanian
Version:
1.1 00/05/01

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de