ToTitle()

Namespace ›› System ›› MfString ›› Methods ››
Parent Previous Next

ToTitle()

OutputVar := instance.ToTitle()

ToTitle()

Gets a copy of the current Value and returns it converted to title-case.

Returns

Returns string copy containing Title case value representing the current instance.
If ReturnAsObject Property for this instance is true then returns MfString;Otherwise returns var containing string.