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

Base class for all URL frame parsers. Provides a helper function to parse URL frames.
Inheritance: FrameParser
Exibir arquivo Open project: sahands/a-id3

Protected Methods

Method Description
ParseUrlFrame ( byte data ) : string

Returns the URL string encoded in a URL frame.

Method Details

ParseUrlFrame() protected static method

Returns the URL string encoded in a URL frame.
protected static ParseUrlFrame ( byte data ) : string
data byte Byte array to parse the text frame out of.
return string