Persistate API documentation
UnProper Method (word)
NamespacesPersistateUtlUnProper(String)

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

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

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