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

MenuKeyboardInput.GetCmdLineIsYesBlankIs Method

Gets a Yes/No input from the user as console input. If no, or invalid, input is provided, returns assume.

Overload List

Gets a Yes/No input from the user as console input. If no, or invalid, input is provided, returns assume.

public static bool GetCmdLineIsYesBlankIs(bool);

Gets a Yes/No input from the specified input String. If no, or invalid, input is provided, returns assume.

public static bool GetCmdLineIsYesBlankIs(bool,string);

See Also

MenuKeyboardInput Class | Brecham.Obex.Net Namespace