Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
StringFormatting
//Title of this code //Rextester.Program.Main is the entry point for your code. Don't change it. using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { string FormatString="{0}, {1}"; string result = string.Format(FormatString, "P0", "P1" ); Console.WriteLine(result); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
a.i. neural framework / J.A.R.V.I.S. / Just A Rather Very Intelligent System
aa
LeftAndRightShiftStrings
int array element change with xor
Symantic check for object type variables
Create DataBindings
Test
Truncate String by Byte
Map usernames from domain\username format to username@domain.com format
otro
Please log in to post a comment.