Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
SmartFormat
Core
Parsing
ParsingErrorEventArgs
C# Class SmartFormat.Core.Parsing.ParsingErrorEventArgs
Supplies information about parsing errors.
Inheritance:
System.EventArgs
Datei anzeigen
Open project: scottrippey/SmartFormat.NET
Public Methods
Method
Description
GetParsingErrorText
( ) :
string
Gets the string representation of the ParsingError enum.
Private Methods
Method
Description
ParsingErrorEventArgs
(
string
rawText
,
int
startIndex
,
int
endIndex
,
Parser
parsingError
,
bool
ignoreError
)
Method Details
GetParsingErrorText()
public
method
Gets the string representation of the ParsingError enum.
public
GetParsingErrorText
( ) :
string
return
string