try_get_tag_interpreted_string


Description:

[ Version ( deprecated = true , deprecated_since = "0.16.0" , since = "0.12.2" ) ]
public string? try_get_tag_interpreted_string (string tag) throws Error

Warning: try_get_tag_interpreted_string is deprecated since 0.16.0.

An interpreted string is one fit for user display.

Note:

Use [method@Metadata.get_tag_interpreted_string] instead.

It may display units or use formatting appropriate to the type of data the tag holds.

Tags that support multiple values are returned as a single string, with elements separated by ", ".

The Exiv2 Tag Reference can be found at http://exiv2.org/metadata.html

Parameters:

this

An instance of [class@GExiv2.Metadata]

tag

Exiv2 tag name

Returns:

The tag's interpreted value as a string