get_tag_raw
Description:
[ Version ( deprecated = true , deprecated_since = "0.12.2" ) ]
public Bytes? get_tag_raw (string tag)
public Bytes? get_tag_raw (string tag)
Warning: get_tag_raw is deprecated since 0.12.2.
The Exiv2 Tag Reference can be found at <ulink url="http://exiv2.
Note:
Use try_get_tag_raw instead.
org/metadata.html"></ulink>
Tags that support multiple values may bereturned as a single byte array, with records separated by 4x INFORMATION SEPARATOR FOUR (ASCII 0x1c)
Parameters:
this |
An instance of Metadata |
tag |
Exiv2 tag name |
Returns:
The tag's raw value as a byte array |