About 543,000 results
Open links in new tab
  1. String Functions - Visual Basic | Microsoft Learn

    Sep 15, 2021 · The following table lists the functions that Visual Basic provides in the Microsoft.VisualBasic.Strings class to search and manipulate strings. They can be regarded as …

  2. Lesson 13 : String Manipulation Functions - Visual Basic Tutorial

    Feb 14, 2025 · 13.11 The String function. The String function has two arguments, a number and a single-character string, and returns a string consisting of the specified character repeated the …

  3. VB Built-In Functions - The VB Programmer

    VB has numerous built-in functions for processing strings. Most VB string-handling functions return a string, although some return a number (such as the Len function, which returns the …

  4. String Functions in Visual Basic .NET - learnxbyexample.com

    String Functions in Visual Basic .NET. The standard library’s String class provides many useful string-related functions. Here are some examples to give you a sense of the functionality …

  5. Visual Basic Strings - FunctionX

    A sub-string is a character or a group of characters or symbols that are part of an existing string. The Visual Basic language provides functions to create, manipulate or manage sub-strings. …

  6. String Basics - Visual Basic | Microsoft Learn

    Sep 15, 2021 · A string can be thought of as a series of Char values, and the String type has built-in functions that allow you to perform many manipulations on a string that resemble the …

  7. Visual Basic/Built In String Functions - Wikibooks

    To test whether two strings are equal by reference, that is, whether they start at the same address, you can use StrPtr function. To test whether a string is greater than or less than …

  8. Visual Basic Strings - the coding guys

    In this tutorial you will learn how to format strings in Visual Basic, you will learn how to use the .netframework to format strings based on the PC culture settings.

  9. String Operations in Visual Basic - dotnetheaven.com

    Nov 20, 2019 · VB has numerous built-in string functions for processing strings. Most VB string-handling functions return a string, although some return a number such as the Len function …

  10. string manipulation in VB2019 - Visual Basic Tutorial

    Mar 29, 2024 · In Visual Basic 2019, you can manipulate strings by writing code to process characters like sentences, words, text , alphanumeric characters and more. 12.1 String …

Refresh