What I want is something like this:
String.Format(\"Value: {0:%%}.\", 0.8526)
Where %% is that format provider or whatever I am looking for
If you want to use a format that allows you to keep the number like your entry this format works for me: "# \\%"
"# \\%"