System.Xml.Ucs4Encoding.GetBytes C# (CSharp) Méthode

GetBytes() public méthode

public GetBytes ( string s ) : byte[]
s string
Résultat byte[]
        public override byte[] GetBytes( string s ) {
            return null; //ucs4Decoder.GetByteCount(chars, index, count);
        }
        public override int GetBytes( char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex ) {

Same methods

Ucs4Encoding::GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int