[ Version ( deprecated = true , deprecated_since = "0.16.0" , since = "0.12.2" ) ]
public string? try_get_tag_string (string tag) throws Error
Warning: try_get_tag_string is deprecated since 0.16.0.
Get a string representationf a tag.
Use [method@Metadata.get_tag_string] instead.
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
| this |
An instance of [class@GExiv2.Metadata] |
| tag |
Exiv2 tag name |
|
The tag's value as a string |