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

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic