See also
Class StringUtils
West Wind Toolkit for .NET
StringUtils.ToCamelCase
Takes a phrase and turns it into CamelCase text. White Space, punctuation and separators are stripped
public static string ToCamelCase(string phrase);
Parameters
phrase
Text to convert to CamelCase
See also:
Class StringUtils