Internet |
public static bool TryParse( byte[] buffer, int startIndex, int length, out InternetAddress address )
Exception | Condition |
---|---|
ArgumentNullException | buffer is null. |
ArgumentOutOfRangeException | startIndex and length do not specify a valid range in the byte array. |