Property | Type | Description | |
---|---|---|---|
Duplicate | void | ||
FirstInGroup | string | ||
IsNullOrLikeEmpty | bool | ||
JoinGroup | string |
Method | Description | |
---|---|---|
Clear ( ) : void |
Clears the values stored in the current instance. The clearing procedure is format specific and should clear all values. |
|
CopyTo ( |
Copies the values from the current instance to another TagLib.Tag, optionally overwriting existing values. This method only copies the most basic values when copying between different tag formats, however, if target is of the same type as the current instance, more advanced copying may be done. For example, TagLib.Id3v2.Tag will copy all of its frames to another tag. |
Method | Description | |
---|---|---|
Duplicate ( |
||
FirstInGroup ( string group ) : string |
Gets the first string in an array.
|
|
IsNullOrLikeEmpty ( string value ) : bool |
Checks if a string is
|
|
JoinGroup ( string group ) : string |
Joins a array of strings into a single, semicolon separated, string.
|
public CopyTo ( |
||
target |
/// A |
|
overwrite | bool |
/// A |
return | void |