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

GetPreamble() public method

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