Persistate API documentation
TitleCase Method (words)
NamespacesPersistateUtlTitleCase(String)

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

Puts a string into title case.
Declaration Syntax
C#
public static string TitleCase(
	string words
)
Parameters
words (String)
The list of words to put into title case.
Return Value
The string in title 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 first letter in each word converted to upper case. Also, the original whitespace between each word will be replaced with a single space.

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