DEV Community

Абдумомин
Абдумомин

Posted on

EndsWith();

EndsWith(); - bu belgilarni satirning oxiridagi qismini tekshiradi> Agar satr kerakli nelgilarni bilan tugasa, true qaytaradi, aks holda false qaytaradi

string text = "Salom Dunyo";
bool result = text.EndsWith("dunyo");
Console.WriteLine(result);

Bu misolda, text.EndsWith("dunyo") so'zi "dunyo" bilan tugaydi, shuning uchun true qaytaradi.

Top comments (0)

AWS Q Developer image

Your AI Code Assistant

Generate and update README files, create data-flow diagrams, and keep your project fully documented. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay