Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
Class
Microsoft.VisualBasic.Strings Syntax
Dim result As String = LTrim(str)
Description
The LTrim function removes any leading spaces from str. Usage at a Glance
If str is Nothing, LTrim returns Nothing. See Also
RTrim Function, Trim Function |
Категории