| Name | Description |
---|
| TryParse(Byte, InternetAddress) |
Try to parse the given input buffer into a new InternetAddress instance.
|
| TryParse(String, InternetAddress) |
Try to parse the given text into a new InternetAddress instance.
|
| TryParse(Byte, Int32, InternetAddress) |
Try to parse the given input buffer into a new InternetAddress instance.
|
| TryParse(ParserOptions, Byte, InternetAddress) |
Try to parse the given input buffer into a new InternetAddress instance.
|
| TryParse(ParserOptions, String, InternetAddress) |
Try to parse the given text into a new InternetAddress instance.
|
| TryParse(Byte, Int32, Int32, InternetAddress) |
Try to parse the given input buffer into a new InternetAddress instance.
|
| TryParse(ParserOptions, Byte, Int32, InternetAddress) |
Try to parse the given input buffer into a new InternetAddress instance.
|
| TryParse(ParserOptions, Byte, Int32, Int32, InternetAddress) |
Try to parse the given input buffer into a new InternetAddress instance.
|