Compartir a través de


TextHeader.TryGetValue Method

Include Protected Members
Include Inherited Members

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
Public method TryGetValue(String) The TryGetValue method tries to get the value of this TextHeader object. (Overrides Header.TryGetValue(String).)
Public method 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