Converts a LabVIEW string, which is a multibyte string, to a Unicode string, which is a wide-character string. Use this VI when you need to pass a string created by a PDA application to another application that uses the Unicode string format.

![]() |
MBStringIn is the multibyte LabVIEW string you want to convert to a wide-character Unicode string. |
![]() |
WCStringOutAsArrayOfByte is the wide-character Unicode string expressed as an array of bytes. |