Module Format
Provides definitions related to string formatting.
Import path
import semmle.code.csharp.frameworks.FormatImports
| csharp | The default C# QL library. |
Classes
| FormatCall | A method call to a method that formats a string, for example a call to |
| FormatMethod | A method that formats a string, for example |
| FormatStringParseCall | A method call to a method that parses a format string, for example a call to |
| InvalidFormatString | A literal with an invalid format string. |
| ParseFormatStringCall | A method call to |
| StringFormatItemParameter | A parameter that is used as a format item for |
| ValidFormatString | A literal with a valid format string. |