MCQs > IT & Programming > C# > Which of the following is the correct way to find a string within a string while being case insensitive?

C# MCQs

Which of the following is the correct way to find a string within a string while being case insensitive?

Answer

Correct Answer: stringFirst.IndexOf(stringSecond, StringComparison.OrdinalIgnoreCase) >= 0;

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it