Thursday, December 29, 2011

C#(InLine - if else statement for programmers)


//Session Class Containing All Sessions
SessionClass session = new SessionClass();

   
//Statement Of If, Else
(session.GetSessionValue(Sessions.SessionName).ToString() == "mobile" ? "£" : "$")

No comments:

Post a Comment