so, I've got a Microsoft (C?) format string that I...
# announcements
g
so, I've got a Microsoft (C?) format string that I wish to render in kotlin, does anybody know how I can do it? eg:
Copy code
val string = "The system cannot find message text for message number 0x%1 in the message file for %2."

string.format(hexCode, "nameOfSomething")