Internet |
public static bool TryParse( ParserOptions options, byte[] buffer, int startIndex, out InternetAddress address )
Exception | Condition |
---|---|
ArgumentNullException | options is null. -or- buffer is null. |
ArgumentOutOfRangeException | startIndex is out of range. |