private void function()

Snippets

02

        public string ReturnBooleanAsYes_or_No(Boolean choice)
        {
            if (choice)
            {
                return ("Yes");
            }
            else
            {
                return ("No");
            }
        }

Post Rating

Comments

There are currently no comments, be the first to post one!

Post Comment

Name (required)

Email (required)

Website