Name

Left Function — Microsoft.VisualBasic.Strings

Synopsis

Left(str, length)
str required; String

The string to be processed

length required; Long

The number of characters to return from the left of the string

Return Value

String

Description

Returns a string containing the leftmost length characters of str.

Get VB.NET Language Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.