Brecham.Obex — An OBEX library for the .NET Framework

MenuKeyboardInput Methods

The methods of the MenuKeyboardInput class are listed below. For a complete list of MenuKeyboardInput class members, see the MenuKeyboardInput Members topic.

Public Static (Shared) Methods

FirstCharAsUppercase Returns the first character in the String, as upper case if valid.
GetCharacterInSetUppercaseOverloaded. Gets one of a list of characters from the user as console input.
GetCmdLineIsYesAssumeNoOverloaded. Gets a Yes/No input from the user as console input. Assumes No if no, or invalid, input is provided.
GetCmdLineIsYesAssumeYesOverloaded. Gets a Yes/No input from the user as console input. Assumes Yes if no, or invalid, input is provided.
GetCmdLineIsYesBlankIsOverloaded. 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.
ReadLineOverloaded. Read a line from the console, checking for end of input and blank input.

Public Instance Methods

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.

See Also

MenuKeyboardInput Class | Brecham.Obex.Net Namespace