Module Format
Provides definitions related to string formatting.
Import path
import semmle.code.csharp.frameworks.Format
Imports
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 |
InvalidFormatString |
A literal with an invalid format string. |
StringFormatItemParameter |
A parameter that is used as a format item for |
ValidFormatString |
A literal with a valid format string. |