C# Class Achamenes.ID3.Frames.TextFrame

Inheritance: Frame
Exibir arquivo Open project: sahands/a-id3 Class Usage Examples

Public Methods

Method Description
TextFrame ( string text ) : System

Protected Methods

Method Description
Parse ( ) : void
Validate ( string value ) : void

Method Details

Parse() protected method

protected Parse ( ) : void
return void

TextFrame() public method

public TextFrame ( string text ) : System
text string
return System

Validate() protected method

protected Validate ( string value ) : void
value string
return void