Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 2.18 KB

File metadata and controls

42 lines (35 loc) · 2.18 KB
title Strings in Visual Basic
ms.custom
ms.date 07/20/2015
ms.prod .net
ms.reviewer
ms.suite
ms.technology
devlang-visual-basic
ms.topic article
helpviewer_keywords
Visual Basic code, strings
strings [Visual Basic], Visual Basic
ms.assetid 7e4c777c-ad69-46e2-8b9e-9be4033b1c96
caps.latest.revision 13
author dotnet-bot
ms.author dotnetcontent

Strings in Visual Basic

This section describes the basic concepts behind using strings in [!INCLUDEvbprvb].

In This Section

Introduction to Strings in Visual Basic
Lists topics that describe the basic concepts behind using strings in [!INCLUDEvbprvb].

How to: Create Strings Using a StringBuilder in Visual Basic
Demonstrates how to efficiently create a long string from many smaller strings.

How to: Search Within a String
Demonstrates how to determine the index of the first occurrence of a substring.

Converting Between Strings and Other Data Types in Visual Basic
Lists topics that describe how to convert strings into other data types.

Validating Strings in Visual Basic
Lists topics that discuss how to validate strings.

Walkthrough: Encrypting and Decrypting Strings in Visual Basic
Demonstrates how to encrypt and decrypt strings by using the cryptographic service provider version of the Triple Data Encryption Standard algorithm.

See Also

Visual Basic Language Features