MimeHeaderReader.TryGetValue Method
Include Protected Members
Include Inherited Members
The TryGetValue overloads try to get the value of the current header.
Overload List
| Name | Description | |
|---|---|---|
| .gif) | TryGetValue(String) | The TryGetValue method tries to get the value of the current header and put it in value. | 
| .gif) | TryGetValue(DecodingOptions, DecodingResults, String) | The TryGetValue method tries to get the value of the current header and put it in value. | 
Top