The SentenceCase property specifies how the receiver name is formatted.
Sets or returns a Boolean Value.
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.
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"