C# Class Achamenes.ID3.Frames.Parsers.TextFrameParser

Base class for all text frame parsers. Provides a helper function to parse text frames.
Inheritance: FrameParser
Afficher le fichier Open project: sahands/a-id3

Méthodes protégées

Méthode Description
ParseTextFrame ( byte data ) : string

Returns the text encoded in a text frame.

Method Details

ParseTextFrame() protected static méthode

Returns the text encoded in a text frame.
protected static ParseTextFrame ( byte data ) : string
data byte Byte array to parse the text frame out of.
Résultat string