Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Achamenes
ID3
Frames
Parsers
TextFrameParser
C# 클래스 Achamenes.ID3.Frames.Parsers.TextFrameParser
Base class for all text frame parsers. Provides a helper function to parse text frames.
상속:
FrameParser
파일 보기
프로젝트 열기: sahands/a-id3
보호된 메소드들
메소드
설명
ParseTextFrame
(
byte
data
) :
string
Returns the text encoded in a text frame.
메소드 상세
ParseTextFrame()
보호된
정적인
메소드
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.
리턴
string