displayName(withLength:)
Another version of the display name, possibly truncated to a desired length.
Declaration
func displayName(withLength maximumLength: Int) -> StringParameters
- maximumLength:
The maximum length, in characters, of the display name.
Return Value
A truncated display name.