ToLower()

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

ToLower()

OutputVar := instance.ToLower()

ToLower()

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

Returns

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