Microsoft.VisualBasic.Strings
Dim result As String = LTrim(str)
str (required; String)
A valid string expression
The LTrim function removes any leading spaces from str.
If str is Nothing, LTrim returns Nothing.
RTrim Function, Trim Function