HisEncoding.GetBytes Method

Definition

Overloads

GetBytes(Char[], Int32, Int32)
GetBytes(Char[], Int32, Int32, Byte[], Int32)

GetBytes(Char[], Int32, Int32)

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

Parameters

chars
Char[]
index
Int32
count
Int32

Returns

Byte[]

Applies to

GetBytes(Char[], Int32, Int32, Byte[], Int32)

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

Parameters

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

Returns

Int32

Applies to