ID3V2UserDefinedFrame

ID3V2UserDefinedFrame(string, string)

Initializes a new instance of the ID3V2UserDefinedFrame class.

public ID3V2UserDefinedFrame(string description, string value)
Parameter Type Description
description String The description.
value String The value.

See Also


ID3V2UserDefinedFrame(ID3V2EncodingType, string, string)

Initializes a new instance of the ID3V2UserDefinedFrame class.

public ID3V2UserDefinedFrame(ID3V2EncodingType encoding, string description, string value)
Parameter Type Description
encoding ID3V2EncodingType The encoding of the frame.
description String The description.
value String The text value.

See Also