filmov
tv
How to use Length and Substring in Visual Basic .NET

Показать описание
Tutorial that demonstrates:
(a) How to count the number of characters in a string using both the Len() function and the .Length property
(b) How to extract one letter at a time from a string variable using the Substring method. Includes code for placing each extracted letter into a different element of an array.
(a) How to count the number of characters in a string using both the Len() function and the .Length property
(b) How to extract one letter at a time from a string variable using the Substring method. Includes code for placing each extracted letter into a different element of an array.