I am working on some old XAML that has a binding with a string format specified as {}{0,8:0.000}
I believe the intent of this string format is to create a fixed length string with whitespace padding and a fixed number of decimal places.
This appears to work, but adds Errors to the error list in visual studio.
Severity | Code | Description |
---|---|---|
Error | XLS0112 | Expected ''. |
Error | XLS0414 | The type '' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. |