Top "Format-string" questions

How do I format a string with string interpolation in Scala as a fixed width string?

I'm interfacing with a really old system and the file I need to generate needs a field that is a …

scala padding scala-2.10 string-interpolation format-string
Does printf() allocate memory in C?

This simple method just creates an array of dynamic size n and initializes it with values 0 ... n-1. It contains a …

c printf malloc heap-memory format-string
I am trying to format my label text

I want my Label use the {0:c2} format; however, it doesn't seem to work when I do it the following …

asp.net vb.net label format-string
Do you know about %#x, in C language format string

KdPrint(( "Unknown IoControlCode %#x\n", io_stack->Parameters.DeviceIoControl.IoControlCode )); It's weird. What does sharp mean?

c format-string
Parsing the DateTime format to get Format String

I would like to be able to get the format string from a DateTime string. e.g. "2012-12-08 15:00:00" => "…

c# parsing datetime format-string