MimeParameterReader.TryGetValue Method
The TryGetValue overloads try to get the value of the parameter but do not throw an exception if its encoding is not supported.
Overload List
Name | Description |
---|---|
MimeParameterReader.TryGetValue (out String) |
The TryGetValue method tries to get the value of this parameter, but does not throw an exception if its encoding is not supported.
|
MimeParameterReader.TryGetValue (DecodingOptions, out DecodingResults, out String) |
The TryGetValue method tries to get the value of this parameter, but does not throw an exception if its encoding is not supported.
|