7 internal static bool TryReadReverseQuoted(
string data,
int index,
bool permitUnicode, out
int outIndex,
bool throwExceptionIfFail)
31 if (data[
index] ==
'"')
38 if (throwExceptionIfFail)
48 if (throwExceptionIfFail)
56 internal static bool TryReadReverseUnQuoted(
string data,
int index,
bool permitUnicode,
bool expectCommaDelimiter, out
int outIndex,
bool throwExceptionIfFail)
79 if (expectCommaDelimiter && data[
index] ==
',')
85 if (throwExceptionIfFail)
static bool TryCountQuotedChars(string data, int index, bool permitUnicodeEscaping, out int outIndex, bool throwExceptionIfFail)
static bool TryReadFwsReverse(string data, int index, out int outIndex, bool throwExceptionIfFail)
static readonly bool[] Qtext
static string Format(string resourceFormat, object p1)
static string MailHeaderFieldInvalidCharacter