Persistate API documentation
CamelCase Method (words)
NamespacesPersistateUtlCamelCase(String)

[This is preliminary documentation and is subject to change.]

Converts a word list into a single word in camel case.
Declaration Syntax
C#
public static string CamelCase(
	string words
)
Parameters
words (String)
The list of words to put into camel case.
Return Value
The string in camel case
Remarks

This method takes a string containing a list of words in any case, separated by white space, and produces a string with the words concatenated and in "camel" case, i.e. with each original word in Proper case, except for the first, which is entirely in lower case. For example the string "my siLLy NAME" will become "mySillyName".

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)