wsprintf (user32)
Last changed: -165.225.216.229

.
Summary
The wsprintf API

C# Signature:

[DllImport("user32.dll")]
static extern int wsprintf([Out] StringBuilder lpOut, string lpFmt, ...);

User-Defined Types:

None.

Notes:

This function format string by definetly template.

Tips & Tricks:

Please add some!!

Sample Code:

Please add some!

Alternative Managed API:

System.String.Format()

Documentation
wsprintf on MSDN