C# Class Wia.Utility.ConsoleEx

ファイルを表示 Open project: nansen/wia

Public Methods

Method Description
ReadPassword ( ) : string

Like System.Console.ReadLine(), only with a mask.

ReadPassword ( char mask ) : string

Like System.Console.ReadLine(), only with a mask.

Method Details

ReadPassword() public static method

Like System.Console.ReadLine(), only with a mask.
public static ReadPassword ( ) : string
return string

ReadPassword() public static method

Like System.Console.ReadLine(), only with a mask.
public static ReadPassword ( char mask ) : string
mask char a char representing your choice of console mask
return string