Home About

All posts tagged with "String"

A collection of 4 posts tagged with "String"

Page 1 of 1

What are the `` symbols (back tick) in javascript? and what does the following ${something} do?

The `` signs are used to create templates, they have the fitting name "template literals". These are used to make it more simple to create »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Javascript, String 01 January 2019

C# - Simplest way to turn a List of strings into a comma separated string - updated 2020

What you are looking for is most likely the static method Join from the string class. It is a very smooth way to create a comma »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C#, String, .Net 04 October 2017

C#- splitting a string with another string (string delimeter)

Splitting a string with another string should be a simple matter you might think. However it is not as intuitive as you might think. I would »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C#, String, .Net 19 January 2017

Best ways to format and build strings in C# for readability

There are several ways to concatenate and format strings in C# and below I will list a few. I do not take performance into this consideration »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C#, String, .Net, Code readability 10 September 2016
Page 1 of 1
Rss
Twitter
LinkedIn
profile for Peter Rasmussen at Stack Overflow, Q&A for professional and enthusiast programmers
Peter Daugaard Rasmussen - developer, Consultant, Blogger © 2021 Cookie policy