Click here to Skip to main content
15,883,883 members
Home / Discussions / C#
   

C#

 
GeneralRe: c# Pin
Eddy Vluggen28-Jun-19 2:03
professionalEddy Vluggen28-Jun-19 2:03 
GeneralRe: c# Pin
OriginalGriff28-Jun-19 2:23
mveOriginalGriff28-Jun-19 2:23 
GeneralRe: c# Pin
Eddy Vluggen28-Jun-19 2:39
professionalEddy Vluggen28-Jun-19 2:39 
AnswerRe: c# Pin
Gerry Schmitz28-Jun-19 6:51
mveGerry Schmitz28-Jun-19 6:51 
QuestionBase toString not printing to console Pin
Member 1451443227-Jun-19 5:42
Member 1451443227-Jun-19 5:42 
AnswerRe: Base toString not printing to console Pin
Dave Kreskowiak27-Jun-19 5:59
mveDave Kreskowiak27-Jun-19 5:59 
GeneralRe: Base toString not printing to console Pin
Member 1451443227-Jun-19 6:14
Member 1451443227-Jun-19 6:14 
AnswerRe: Base toString not printing to console Pin
OriginalGriff27-Jun-19 6:07
mveOriginalGriff27-Jun-19 6:07 
If it's any consolation, I read what I meant to type as well
C#
public string ToStirng()
{
    return ("Name: " + getName()
            +"\n"
            +"Age: " + getAge()
            +"\n"
            +"Breed: " + getBreed()
            +"\n"
            +"Fur Color: " + getFurColor());
}
And we've all mistyped ToString before ... Laugh | :laugh:
Sent from my Amstrad PC 1640
Never throw anything away, Griff
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!

GeneralRe: Base toString not printing to console Pin
Member 1451443227-Jun-19 6:12
Member 1451443227-Jun-19 6:12 
GeneralRe: Base toString not printing to console Pin
OriginalGriff27-Jun-19 6:24
mveOriginalGriff27-Jun-19 6:24 
QuestionNew to Coding New to Code Project Pin
Member 1451100824-Jun-19 10:11
Member 1451100824-Jun-19 10:11 
AnswerRe: New to Coding New to Code Project Pin
Eddy Vluggen24-Jun-19 11:19
professionalEddy Vluggen24-Jun-19 11:19 
GeneralRe: New to Coding New to Code Project Pin
Mycroft Holmes24-Jun-19 13:10
professionalMycroft Holmes24-Jun-19 13:10 
GeneralRe: New to Coding New to Code Project Pin
Eddy Vluggen24-Jun-19 13:27
professionalEddy Vluggen24-Jun-19 13:27 
AnswerRe: New to Coding New to Code Project Pin
Mycroft Holmes24-Jun-19 13:11
professionalMycroft Holmes24-Jun-19 13:11 
AnswerRe: New to Coding New to Code Project Pin
Ger Hayden24-Jun-19 21:51
Ger Hayden24-Jun-19 21:51 
AnswerRe: New to Coding New to Code Project Pin
Richard MacCutchan24-Jun-19 22:24
mveRichard MacCutchan24-Jun-19 22:24 
AnswerRe: New to Coding New to Code Project Pin
#realJSOP26-Jun-19 6:32
mve#realJSOP26-Jun-19 6:32 
AnswerRe: New to Coding New to Code Project Pin
Gerry Schmitz26-Jun-19 8:53
mveGerry Schmitz26-Jun-19 8:53 
QuestionWhat is wrong with my code in Visual Studios Pin
Member 1451091724-Jun-19 7:46
Member 1451091724-Jun-19 7:46 
AnswerRe: What is wrong with my code in Visual Studios Pin
Richard Deeming24-Jun-19 8:39
mveRichard Deeming24-Jun-19 8:39 
GeneralRe: What is wrong with my code in Visual Studios Pin
Member 1451091724-Jun-19 9:12
Member 1451091724-Jun-19 9:12 
AnswerRe: What is wrong with my code in Visual Studios Pin
OriginalGriff24-Jun-19 19:56
mveOriginalGriff24-Jun-19 19:56 
AnswerRe: What is wrong with my code in Visual Studios Pin
Ayush Singroul28-Jun-19 10:16
Ayush Singroul28-Jun-19 10:16 
Questionadministratively scalable Pin
Tara1123-Jun-19 9:46
Tara1123-Jun-19 9:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.