The methods of the MenuKeyboardInput class are listed below. For a complete list of MenuKeyboardInput class members, see the MenuKeyboardInput Members topic.
![]() FirstCharAsUppercase | Returns the first character in the String, as upper case if valid. |
![]() GetCharacterInSetUppercase | Overloaded. Gets one of a list of characters from the user as console input. |
![]() GetCmdLineIsYesAssumeNo | Overloaded. Gets a Yes/No input from the user as console input. Assumes No if no, or invalid, input is provided. |
![]() GetCmdLineIsYesAssumeYes | Overloaded. Gets a Yes/No input from the user as console input. Assumes Yes if no, or invalid, input is provided. |
![]() GetCmdLineIsYesBlankIs | Overloaded. Gets a Yes/No input from the user as console input. If no, or invalid, input is provided, returns assume. |
![]() GetIndexOfRange | Get input from the user as an integer in the given range. |
![]() ReadLine | Overloaded. Read a line from the console, checking for end of input and blank input. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
MenuKeyboardInput Class | Brecham.Obex.Net Namespace