Page 82 - Programming VB.NET
P. 82

78                                Chapter 8: String Functions

                            Text:  SUBSTRING (START LENGTH)

                 Button10  Name: btnindex


                            Text:  INDEXOF




               Table 8.2 Plan the Event Procedures

                   Procedure      Action

                   Button1        Returns the uppercase equivalent

                                  of a string


                   Button2        Returns the lowercase equivalent
                                  of a string


                   Button3        Accepts a string as its argument
                                  and returns True if the string
                                  contains a number


                   Button4        Returns the number  of character
                                  in a string


                   Button5        Returns a copy of a string without
                                  leading spaces


                   Button6        Returns a copy of a string without
                                  trailing spaces
   77   78   79   80   81   82   83   84   85   86   87