Which of the following code snippets are the correct way to convert a Single into a String in C#? (Choose all that apply.)
Correct Answer: Single f = 7.5f; String s; s = f.ToString();
Explanation:
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
More C# MCQ Questions