[ Version ( since = "0.16.0" ) ]
public string? get_tag_string (string tag) throws Error
The Exiv2 Tag Reference can be found at http://exiv2.org/metadata.html
Tags that support multiple values are returned as a single string, with elements separated by ", ".
In case of error, a GLib warning will be logged. Use instead [method@Metadata.try_get_tag_string] if you want to avoid this and control if and how the error is outputted.
| this |
An instance of [class@GExiv2.Metadata] |
| tag |
Exiv2 tag name |
|
The tag's value as a string |