Text transform upper case

Hello guys! GoJS is amazing!

One question: what is the best way to make the text upper case inside TextBlock object?

I used the conversion function of Binding Class but without success.

Here an example:
new go.Binding("text", "title", t => t.toUppercase())

If you spell toUpperCase() correctly, that should work.

LOL. You’re right! :) Thanks.