System.Xml.Ucs4Encoding4321.GetPreamble C# (CSharp) Méthode

GetPreamble() public méthode

public GetPreamble ( ) : byte[]
Résultat byte[]
        public override byte[] GetPreamble() {
            return new byte[4] { 0xff, 0xfe, 0x00, 0x00 };
        }
    }