Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Unisonkid on January 27, 2016, 12:18:00 AM

Title: Adding Comma to String
Post by: Unisonkid on January 27, 2016, 12:18:00 AM
Hello PM community how do I add a comma to a int converted to a string once it reaches the thousands?
Title: Re: Adding Comma to String
Post by: jeanfabre on January 27, 2016, 01:32:25 AM
Hi,

 You need to use the action "Convert Int to String" and setup the format to "#,##0"

(http://i.imgur.com/dGXRjRz.png)

http://stackoverflow.com/questions/105770/net-string-format-to-add-commas-in-thousands-place-for-a-number

Bye,

 Jean