SentenceCase

The SentenceCase property specifies how the receiver name is formatted.

Settings and Return Values

Sets or returns a Boolean Value.

Remarks

Set to True to have the first letter of each word in upper case and the following letters in lowercase, set to False to leave unchanged.

Examples

In the following examples the SentenceCase property is to True

Record: FullName="jim smith"
Result: "Jim Smith" 

Record: FullName="jean-baptiste DURAND"
Result: "Jean-Baptiste Durand"

Applies To

Record Object



©2001-2015 eMill. All trademarks property of their owners.