Tries to create a phrase string from CamelCase text. Will place spaces before capitalized letters.
Note that this method may not work for round tripping ToCamelCase calls, since ToCamelCase strips more characters than just spaces.
public static string FromCamelCase(string camelCase)
Parameters
camelCase
See also:
Class StringUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic