Is the ":s"
in this expression string.format("{0:s}", "hello world")
just mean that the variable is a string? I'm just not sure why anyone would ever do this.
I found this in code and would like to remove the ":s"
but want to be sure that I'm not altering behavior.