Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
320
Re: Formatting a string with comma's in thousand's place
posted

Hi,

I have a field in a Xamdatagrid that shows the numbers(data type is string). I want to format the string with comma's in thousand's place. Can you please give me any suggestion how to do this? The value doesn't contain any decimal values and this field is not editable. Its a read only field.

 

Eg. If the string value is 123456789 The output should be 123,456,789.

 

Thanks,