 | ID3Frame.TextEncoding 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: 2025-03-15 14:42 GMT+11
Syntaxpublic byte? TextEncoding { get; }
Property Value
Nullable<Byte>
See Also