Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# sprintf equivalent

string strFormattedDate  = string.Format("{0}{1}{2}", Month, Day, Year);
Source by social.msdn.microsoft.com #
 
PREVIOUS NEXT
Tagged: #sprintf #equivalent
ADD COMMENT
Topic
Name
6+1 =