Users Pricing

forum

Home Forums How can I format a string? – MindStick

How can I format a string?

marcel ethan 2025 14 Nov 2013

My string looks like 0145655789, I want to change its format to 0145.655.789

This is the code I tried:

enterpriseCode.Append(String.Format("{0:####.###.###}", aNum.ToString()).Replace(";", ""));

But it giving me same string, not giving me desired string.

How to do it?


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md