ParsingErrorsFormat Method
|
Namespace:
Syntactik
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntaxpublic static string Format(
int code,
params Object[] args
)
Parameters
- code
- Type: SystemInt32
Parsing error code. - args
- Type: SystemObject
Formatting items. This argument is used if the corresponding message is
a composite format string.
Return Value
Type:
StringFormatted error message.
See Also