Partager via


NoBomEncoding.GetBytes(Char[], Int32, Int32, Byte[], Int32) Méthode

Définition

public:
 override int GetBytes(cli::array <char> ^ chars, int charIndex, int charCount, cli::array <System::Byte> ^ bytes, int byteIndex);
public override int GetBytes (char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex);
override this.GetBytes : char[] * int * int * byte[] * int -> int
Public Overrides Function GetBytes (chars As Char(), charIndex As Integer, charCount As Integer, bytes As Byte(), byteIndex As Integer) As Integer

Paramètres

chars
Char[]
charIndex
Int32
charCount
Int32
bytes
Byte[]
byteIndex
Int32

Retours

S’applique à