Jump to content

String To Byte Array function: Difference between revisions

From LabVIEW Wiki
Started page
 
mNo edit summary
Line 1: Line 1:
{{stub}}
{{stub}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Numeric/Conversion{{!}}Conversion palette|type=constant|icon=Conversion Palette - String To Byte Array.png}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Numeric/Conversion{{!}}Conversion palette|type=constant|icon=Conversion Palette - String To Byte Array.png}}
The '''String To Byte Array''' function converts a string into an array of unsigned bytes.
The '''String To Byte Array''' function converts a [[String data type|string]] into an array of [[U8 data type|unsigned bytes]].


Each byte in the array has the [[Wikipedia:ASCII|ASCII]] value of the corresponding character in the string.
Each byte in the array has the [[Wikipedia:ASCII|ASCII]] value of the corresponding character in the string.

Revision as of 18:16, 6 July 2020

Object information
Owning palette(s) Conversion palette
Type Constant
Requires Basic Development Environment
Icon

The String To Byte Array function converts a string into an array of unsigned bytes.

Each byte in the array has the ASCII value of the corresponding character in the string.

Usage

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links