I feel silly asking this, but just looking at C# after using C/C++
What do I now use instead of sprintf("%03d %-5s",int,string) ;
To format strings, it's probably obvious, but I cannot see it.
Ken
What do I now use instead of sprintf("%03d %-5s",int,string) ;
To format strings, it's probably obvious, but I cannot see it.
Ken
Comment