UnicodeManager.GetString Method

Definition

Overloads

GetString(Byte[])
GetString(Byte[], Int32, Int32)

GetString(Byte[])

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

Parameters

abyte0
Byte[]

Returns

String

Implements

Applies to

GetString(Byte[], Int32, Int32)

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

Parameters

abyte0
Byte[]
i
Int32
j
Int32

Returns

String

Implements

Applies to