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

GetBytes() public méthode

public GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int
chars char
charIndex int
charCount int
bytes byte
byteIndex int
Résultat int
        public override int GetBytes( char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex ) {
            return 0;
        }
        public override int GetMaxByteCount( int charCount ) {

Same methods

Ucs4Encoding::GetBytes ( string s ) : byte[]