ID3-Sync Scripting API

IEdit.GetValue Method 

Get the value for a given Field.

[Visual Basic]
Function GetValue( _
   ByVal field As Field _
) As String
[C#]
string GetValue(
   Field field
);

Parameters

field
The field.

Return Value

The value of that field.

See Also

IEdit Interface | ID3Sync.Scripting Namespace