Estro.TinyGest.Entities.Customer.ToString C# (CSharp) Method

ToString() public method

public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
return string
        public override string ToString(string format, IFormatProvider formatProvider)
        {
            throw new NotImplementedException();
        }