Utility UnicodeByteArrayToString Method Bespoke Osc Library
Convert a byte array of ASCII characters to a string.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Shared Function UnicodeByteArrayToString ( _
	source As Byte() _
) As String

Parameters

source
Type:  OnlineSystem Byte 
The source array containing the ASCII characters.

Return Value

A string with the same characters in the byte array.
See Also