Persistate API documentation
Proper Method (word)
NamespacesPersistateUtlProper(String)

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

Converts a one word string to proper case.
Declaration Syntax
C#
public static string Proper(
	string word
)
Parameters
word (String)
The string to convert.
Return Value
A string containing the converted text.
Remarks
The first letter is put into upper case and all other letters are left as they are.

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