Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which string method is used for concatenation of two strings in c#?
Home
C Sharp
Which string method is used for concatenation of two strings in c#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
14.6k
points)
Which string method is used for concatenation of two strings in c#?
c#-concatenation
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
(
23.9k
points)
“Concat” method of String class is used to concatenate two strings. For example,
string.Concat(firstStr, secStr)
Related questions
0
votes
Q: Which built-in method combines the text of two strings and returns a new string?
asked
Oct 19, 2019
in
JavaScript
by
SakshiSharma
(
32.2k
points)
string-method
javascript-method
method-of-javascript
0
votes
Q: Which among the following is not true with respect to concatenation of strings in Swift?
asked
Nov 6, 2022
in
Swift
by
rajeshsharma
(
23.9k
points)
string-concatenation
swift
0
votes
Q: Out of these methods of the String class, which one can be used for testing the strings for equality?
asked
Aug 21, 2022
in
JAVA
by
sharadyadav1986
(
31.6k
points)
java
string-class
0
votes
Q: This comes under which category of a bug: "Using string concatenation in a loop rather than using a StringBuffer?"
asked
Feb 12, 2020
in
JAVA
by
rahuljain1
(
6.5k
points)
#string-concatenation
Java-questions-answers
0
votes
Q: Can we use delegates for asynchronous method calls in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
14.6k
points)
c#-delegates
delegates
+1
vote
Q: Difference between String and StringBuilder in C#?
asked
Jan 20, 2020
in
C Sharp
by
AdilsonLima
(
6.3k
points)
0
votes
Q: What is the difference between “StringBuilder” and “String” in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
14.6k
points)
stringbuilder
string-in-c#
+1
vote
Q: Explain String Builder class in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
14.6k
points)
string-builder
string-builder-class
builder-class-in-c#
0
votes
Q: string concatenation java
asked
Sep 3, 2019
in
JAVA
by
Robin
(
14.6k
points)
#java-script
#java
Java-questions-answers
0
votes
Q: Which keyword is used for including the namespaces in the program in C#?
asked
Jun 16, 2020
in
C Sharp
by
Hodge
(
2.6k
points)
#csharp
0
votes
Q: List out two different types of errors in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
14.6k
points)
c#-errors
c#-error
c-sharp-errors
c-sharp-error
+1
vote
Q: Which of the following is used for concatenation in PHP?
asked
May 11, 2022
in
PHP
by
sharadyadav1986
(
31.6k
points)
contatenation-php
0
votes
Q: What is the difference between method overloading and method overriding in C#?
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
(
32.2k
points)
#method-overloading
0
votes
Q: What is method overloading in C#?
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
(
32.2k
points)
#c-sharp-method-overloading
0
votes
Q: Can we override private virtual method in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
14.6k
points)
private-virtual-method
private-virtual
...