Microsoft_MVP_banner

AX 2012: Convert string to TitleCase using str2CapitalWord function

Requirement: Show customer name on report in TitleCase e.g. faisal fareed should display as Faisal Fareed
Solution: str2CapitalWord function does the trick and accomplished the requirement.

input string: “faisal fareed”
output string: “Faisal Fareed”

P.S. There is another function str2Capital which just converts the first letter of the first word e.g. “faisal fareed” will be converted to “Faisal fareed”

Share:

Send Us A Message

Leave a Reply

Your email address will not be published. Required fields are marked *

FaisalFareed@2025. All rights reserved

Design by T3chDesigns