| Name | Description |
---|
  | TryParse(Byte, Header) |
Try to parse the given input buffer into a new Header instance.
|
  | TryParse(String, Header) |
Try to parse the given text into a new Header instance.
|
  | TryParse(Byte, Int32, Header) |
Try to parse the given input buffer into a new Header instance.
|
  | TryParse(ParserOptions, Byte, Header) |
Try to parse the given input buffer into a new Header instance.
|
  | TryParse(ParserOptions, String, Header) |
Try to parse the given text into a new Header instance.
|
  | TryParse(Byte, Int32, Int32, Header) |
Try to parse the given input buffer into a new Header instance.
|
  | TryParse(ParserOptions, Byte, Int32, Header) |
Try to parse the given input buffer into a new Header instance.
|
  | TryParse(ParserOptions, Byte, Int32, Int32, Header) |
Try to parse the given input buffer into a new Header instance.
|