Biko2.BikoKata_1.Core.ChecksUtils.IsEmptyString C# (CSharp) Method

IsEmptyString() public method

public IsEmptyString ( string stringOfNumbers ) : bool
stringOfNumbers string
return bool
        public bool IsEmptyString(string stringOfNumbers)
        {
            return stringOfNumbers == string.Empty;
        }