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 |
---|---|
TextHeader.TryGetValue (out String) |
The TryGetValue method tries to get the value of this TextHeader object.
|
TextHeader.TryGetValue (DecodingOptions, out DecodingResults, out String) |
The TryGetValue method tries to get the value of this TextHeader object and makes available information about the encoding of the header.
|