UnicodeManager.GetBytes Method

Definition

Overloads

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

GetBytes(String)

public:
 virtual cli::array <System::Byte> ^ GetBytes(System::String ^ s);
public byte[] GetBytes (string s);
abstract member GetBytes : string -> byte[]
override this.GetBytes : string -> byte[]
Public Function GetBytes (s As String) As Byte()

Parameters

s
String

Returns

Byte[]

Implements

Applies to

GetBytes(String, Byte[], Int32)

public:
 virtual int GetBytes(System::String ^ s, cli::array <System::Byte> ^ abyte0, int i);
public int GetBytes (string s, byte[] abyte0, int i);
abstract member GetBytes : string * byte[] * int -> int
override this.GetBytes : string * byte[] * int -> int
Public Function GetBytes (s As String, abyte0 As Byte(), i As Integer) As Integer

Parameters

s
String
abyte0
Byte[]
i
Int32

Returns

Int32

Implements

Applies to