get_tag_string


Description:

[ Version ( deprecated = true , deprecated_since = "0.12.2" ) ]
public string? get_tag_string (string tag)

Warning: get_tag_string is deprecated since 0.12.2.

The Exiv2 Tag Reference can be found at <ulink url="http://exiv2.

Note:

Use try_get_tag_string instead.

org/metadata.html"></ulink>

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 try_get_tag_string if you want to avoid this and control if and how the error is outputted.

Parameters:

this

An instance of Metadata

tag

Exiv2 tag name

Returns:

The tag's value as a string