Page 78 - Programming VB.NET
P. 78

74                                Chapter 8: String Functions

               8.1 String Definition


                             A string is a data type used in
                             programming, such as an integer and

                             floating point unit, but is used to
                             represent text rather than numbers.


                              It is comprised of a set of characters
                              that can also contain spaces and

                              numbers.




               8.2 String Method



                      Method   General Syntax

               1. IsNumeric     IsNumeric(StringExpression)


               2.  ToLower      StringExpression.ToLower()

               3. ToUpper       StringExpression.ToUpper()

               4. Length        StringExpression.Length

               5. TrimStart     StringExpression.TrimStart()

               6. TrimEnd       StringExpression.TrimEnd()
   73   74   75   76   77   78   79   80   81   82   83