Jump to content

String To Byte Array function: Difference between revisions

From LabVIEW Wiki
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
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|palette2=Functions Palette/Programming/String/Path/Array/String Conversion{{!}}Path/Array/String Conversion palette|type=function|icon=Conversion Palette - String To Byte Array.png}}
The '''String To Byte Array''' function converts a [[String data type|string]] into an array of [[U8 data type|unsigned bytes]].
The '''String To Byte Array''' function converts a [[String data type|string]] into an array of [[U8 data type|unsigned bytes]].


Line 28: Line 28:


[[Category:Conversion Palette]]
[[Category:Conversion Palette]]
[[Category:Path/Array/String Conversion Palette]]

Latest revision as of 18:21, 20 July 2020

Object information
Owning palette(s) Conversion palette | Path/Array/String Conversion palette
Type Function
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