Provides flexible formatting of title and first, middle and surnames.
Use a format string with the following values: t / T - Title (upper or lower case) f / F - First Name (upper or lower case) s / S - Surname (upper or lower case) m / M - Middle Name (upper or lower case)
The format string
(no description)
(no description)
(no description)
(no description)
FormatName("S, f", "Smith", "Joseph", "Mr", "Reginald") => "SMITH, Joseph"
FormatName("t f m s", "Smith", "Joseph", "Mr", "Reginald") => "Mr Joseph Reginald Smith"