Converts a character string to proper-noun format and returns the resulting string.

Syntax

<expC>.toProperCase( )

<expC>

The string you want to convert to proper-noun format.

Property of

String

Description

Other than the syntactic difference of being a method instead of a function, this method behaves identically to the PROPER( ) function.