Users Pricing

forum

Home Forums Is there a better way to format this string? – MindStick

Is there a better way to format this string?

Manoj Bhatt 2286 12 Dec 2013

Is there a better way to format this string?

var Mac = sdr.GetString(0);

string trimMac = Mac.Replace("-", "");

string formatMac = trimMac.Insert(4, ".");

string formatAgain = formatMac.Insert(9, ".");

string dudeWTF = formatAgain.Trim();


Please help.

1 Answers

Markdown for AI

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

Open .md