| ID3FrameTextEncoding Property |
Gets the text encoding format of a frame. If the frame does not support encoding then null is returned.
The ID3 V2.3 standard only recognises two encoding formats: 0x0 = ISO-8859-1; 0x1 = UNICODE LE or BE.
Namespace: Orthogonal.Common.Basic.ID3Assembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2024-04-15 18:00 GMT+10.f27da1471008deaf16b803c17e24a5955690aef1
Syntax public byte? TextEncoding { get; }
Property Value
NullableByteSee Also