Sets a ID3v2 frame to a string value.
[Visual Basic]
Public Sub SetString( _
ByVal
name As
String, _
ByVal
value As
String, _
ByVal
encoding As
TextEncoding _
)
Parameters
-
name
- The name of the frame.
-
value
- The string value to be set.
-
encoding
- The encoding that should be used to encode the string value.
Exceptions
See Also
ID3v2 Class | ID3Sync.IO Namespace