C# question

Hello, how to simply Print(“a text with a formatted number at two digit like this ? {0}”,3.1444444444444);
thks

answer → Print(“a text with a formatted number at two digit like this ? {0:0.00}”,3.1444444444444)