Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Mp3TagLib
Mp3Tags
C# Class Mp3TagLib.Mp3Tags
Exibir arquivo
Open project: Confirmit/Students
Class Usage Examples
Public Methods
Method
Description
GetTag
(
string
name
) :
string
Mp3Tags
( ) :
System
SetTag
(
string
name
,
string
value
) :
void
Method Details
GetTag()
public
method
public
GetTag
(
string
name
) :
string
name
string
return
string
Mp3Tags()
public
method
public
Mp3Tags
( ) :
System
return
System
SetTag()
public
method
public
SetTag
(
string
name
,
string
value
) :
void
name
string
value
string
return
void