UTF7Encoding: GetString

GetString

Decodes a set of bytes into a String.



 Public Function GetString(
	  ByRef Bytes ( ) As Byte,
	  Optional ByRef Index As Variant,
	  Optional ByRef Count As Variant ) As String

Parameters

Bytes
[ByRef] Byte. The set of bytes to be decoded into a string.
Index
[ByRef] Optional. Variant. The index of the first byte to be decoded.
Count
[ByRef] Optional. Variant. The number of bytes to be used in the decoding.

Return Values

String -  A string containing the decoded set of bytes.

See Also

Project CorLib Overview

Class UTF7Encoding Overview