TextHeader.TryGetValue method
The TryGetValue overloads attempt to get the value of this TextHeader object and do not throw and exception if the value is missing or the encoding is not supported.
Overload list
Name | Description | |
---|---|---|
TryGetValue(String) | The TryGetValue method tries to get the value of this TextHeader object. (Overrides Header.TryGetValue(String).) | |
TryGetValue(DecodingOptions, DecodingResults, String) | The TryGetValue method tries to get the value of this TextHeader object and makes available information about the encoding of the header. |
Top