Persistate API documentation
PascalCase Method (words)
NamespacesPersistateUtlPascalCase(String)

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

Converts a word list into a single word in Pascal case.
Declaration Syntax
C#
public static string PascalCase(
	string words
)
Parameters
words (String)
The list of words to put into Pascal case.
Return Value
The string in Pascal 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 "Pascal" case, i.e. with each original word in Proper case. For example the string "my siLLy NAME" will become "MySillyName".

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