StringHelper Class Reference

List of all members.

Static Public Member Functions

String format (const String &pattern, va_list argList)

Detailed Description

String manipulation routines


Member Function Documentation

String format const String &  pattern,
va_list  argList
[static]
 

Creates a message with the given pattern and uses it to format the given arguments.

This method provides a means to produce concatenated messages in language-neutral way.

Parameters:
pattern the pattern for this message. The different arguments are represented in the pattern string by the symbols {0} to {9}
argList a variable list of srrings to be formatted and substituted. The type of the strings must be (TCHAR *).


The documentation for this class was generated from the following files:
  • stringhelper.h
  • stringhelper.cpp

Copyright © 1999-2004, Apache Software Foundation