Mega Code Archive

 
Categories / VB.Net / Data Types
 

The length of the string

Imports System Public Class MainClass     Shared Sub Main()        System.Console.WriteLine("The length of the string" & _             "The length of the string".Length)             End Sub End Class