Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
static bool | TryParseAddress (string data, out ParseAddressInfo parsedAddress, bool throwExceptionIfFail) |
static List< MailAddress > | ParseMultipleAddresses (string data) |
static bool | TryNormalizeOrThrow (string input, [NotNullWhen(true)] out string normalizedString, bool throwExceptionIfFail) |
Static Private Member Functions | |
static bool | TryParseAddress (string data, bool expectMultipleAddresses, ref int index, out ParseAddressInfo parseAddressInfo, bool throwExceptionIfFail) |
static bool | TryReadCfwsAndThrowIfIncomplete (string data, int index, out int outIndex, bool throwExceptionIfFail) |
static bool | TryParseDomain (string data, ref int index, [NotNullWhen(true)] out string domain, bool throwExceptionIfFail) |
static bool | TryParseLocalPart (string data, ref int index, bool expectAngleBracket, bool expectMultipleAddresses, [NotNullWhen(true)] out string localPart, bool throwExceptionIfFail) |
static bool | TryParseDisplayName (string data, ref int index, bool expectMultipleAddresses, [NotNullWhen(true)] out string displayName, bool throwExceptionIfFail) |
Definition at line 8 of file MailAddressParser.cs.