Click or drag to resize

ParsingErrorsFormat Method

Formats parsing error message if the message is a composite format string.

Namespace:  Syntactik
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public 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: String
Formatted error message.
See Also