C# Class Biko2.BikoKata_1.Core.ChecksUtils

Show file Open project: rubbepa/BikoKatas

Public Methods

Method Description
IsEmptyString ( string stringOfNumbers ) : bool
IsOnlyOneNumber ( string stringOfNumbers ) : bool

Method Details

IsEmptyString() public method

public IsEmptyString ( string stringOfNumbers ) : bool
stringOfNumbers string
return bool

IsOnlyOneNumber() public method

public IsOnlyOneNumber ( string stringOfNumbers ) : bool
stringOfNumbers string
return bool