System.Xml.Ucs4Encoding2143.GetPreamble C# (CSharp) Method

GetPreamble() public method

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