try_set_tag_string
Description:
[ Version ( since = "0.12.2" ) ]
public bool try_set_tag_string (string tag, string value) throws Error
public bool try_set_tag_string (string tag, string value) throws Error
If a tag supports multiple values, then value
is added to any existing values.
For single tags, value
replaces the value.
The Exiv2 Tag Reference can be found at <ulink url="http://exiv2.org/metadata.html"></ulink>
Parameters:
this |
An instance of Metadata |
tag |
Exiv2 tag name |
value |
The value to set or replace the existing value |
Returns:
TRUE on success |