MimeParameter.TryGetValue Method
The TryGetValue overloads get the value of this MimeParameter object, but do not throw exceptions if the encoding of the value is unsupported.
Overload List
Name | Description |
---|---|
MimeParameter.TryGetValue (out String) |
The TryGetValue method puts the value of this MimeParameter object into value, but does not throw an exception if the encoding is unsupported.
|
MimeParameter.TryGetValue (DecodingOptions, out DecodingResults, out String) |
The TryGetValue method puts the value of this MimeParameter object into value, but does not throw an exception if the encoding is unsupported.
|