Tries to create a phrase string from CamelCase text into Proper Case 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
Camel Case Text: firstName -> First Name
See also:
Class StringUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic