Formatting Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static class Formatting
type Formatting = class
Public Class Formatting
- Inheritance
-
Formatting
Methods
| HumanReadableFormat(Diagnostic) |
Returns a string that contains all information about the given diagnostic in human readable format. The string contains one-based position information if the range information is not null, assuming the given position information is zero-based. |
| Indent(String[]) | |
| MsBuildFormat(Diagnostic) |
Returns a string that contains all information about the given diagnostic in a format that is detected and processed as a diagnostic by VS and VS Code. The string contains one-based position information if the range information is not null, assuming the given position information is zero-based. |