Skip to content
DelftStack logo
Menu
  • Explore topics
  • Tutorials
  • HowTos
  • Reference
English ⌄
  • English
  • 한국어
  • Deutsche
  • Español
  • 日本語
  • 正體中文
  • 简体中文
Home/Tags/Kotlin String

Topics

Kotlin String

About this topic: Articles tagged __TAG__

Showing 5 articles

Related tags

KotlinKotlin Integer

Topics

Articles

Showing 5 articles

How-tos How to Get SimpleName in Kotlin Learn how to get a class's SimpleName in Kotlin easily. This article covers methods like using the ::class syntax and reflection on class instances, similar to Java's … ↗ How-tos How to Format String in Kotlin This article shows two ways to format string in Kotlin namely, string templates i.e using $ (dollar) sign and using String.format() method. ↗ How-tos How to Concatenate Strings in Kotlin To concatenate two or more than two strings in Kotlin, we can use + (plus) operator, plus() method, String Builder, and String Templates. ↗ How-tos How to Split a String Into an Array in Kotlin This tutorial teaches the reader the different ways that they can use to split a string into an array in Kotlin. ↗ How-tos How to Convert String to Int in Kotlin You can convert a Kotlin string to integer if you are building a program or application that accepts multiple parameters, and you want to ensure you only pass integer parameters. ↗

No articles found

Try clearing the filters.

← All topics

DelftStack logo

DelftStack is a practical home for quick coding references, tutorials, and practical examples.

  • About US
  • Write For Us
  • Privacy Policy
  • Advertising
  • Contact

© 2026 DelftStack