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
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
“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
string-method
javascript-method
method-of-javascript
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
#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
c#-delegates
delegates
0
votes
Q: Which of the following is used for concatenation in PHP?
asked
May 11
in
PHP
by
sharadyadav1986
contatenation-php
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
#csharp
+1
vote
Q: Difference between String and StringBuilder in C#?
asked
Jan 20, 2020
in
C Sharp
by
AdilsonLima
0
votes
Q: What is the difference between “StringBuilder” and “String” in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
stringbuilder
string-in-c#
0
votes
Q: Explain String Builder class in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
string-builder
string-builder-class
builder-class-in-c#
0
votes
Q: string concatenation java
asked
Sep 3, 2019
in
JAVA
by
Robin
#java-script
#java
Java-questions-answers
0
votes
Q: List out two different types of errors in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
c#-errors
c#-error
c-sharp-errors
c-sharp-error
0
votes
Q: What is the difference between method overloading and method overriding in C#?
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
#method-overloading
0
votes
Q: What is method overloading in C#?
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
#c-sharp-method-overloading
0
votes
Q: Can we override private virtual method in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
private-virtual-method
private-virtual
0
votes
Q: Can we use “this” inside a static method in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
this-c#
c#-this
0
votes
Q: The ___________ function can be used to compare two strings using a case-insensitive binary algorithm
asked
Mar 19, 2020
in
PHP
by
DavidAnderson
#php
...