Huomautus
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
This section describes how to convert strings into other data types.
In This Section
How to: Convert an Array of Bytes into a String in Visual Basic
How to convert the bytes from a byte array into a string.
How to: Convert Strings into an Array of Bytes in Visual Basic
How to convert a string into an array of bytes.
How to: Create a String from An Array of Char Values
How to create the string "abcd" from individual characters.
How to: Convert Hexadecimal Strings to Numbers
How to convert a hexadecimal string into an integer.
How to: Convert a String to an Array of Characters in Visual Basic
How to convert a string into an array of characters.
How to: Access Characters in Strings in Visual Basic
How to access a character in a string by its index.