Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

multiple lines in string c# parameterized

//Requires C# 6.0
string camlCondition = $@"
<Where>
    <Contains>
        <FieldRef Name='Resource'/>
        <Value Type='Text'>{(string)parameter}</Value>
    </Contains>
</Where>";
Comment

PREVIOUS NEXT
Code Example
Csharp :: entity framework where date between 
Csharp :: how to if i enter 1 go to this program C# 
Csharp :: how to get connection string from xml file in c# 
Csharp :: get first and last item list c# 
Csharp :: attributes C# reflection variable update site:stackoverflow.com 
Csharp :: Make a variable public without showing in the inspector 
Csharp :: wpf line intersect rectangle 
Csharp :: C# count specific words in string 
Csharp :: How to compile just one file in c# 
Csharp :: vb.net tostring numeric format string 
Csharp :: how to get image from resource folder in c# 
Csharp :: unity c# bool to int conversion 
Csharp :: unity reload script assemblies 
Csharp :: c# loop array back 
Csharp :: unity new input system get button down 
Csharp :: populate combobox from array c# 
Csharp :: multithreading in .net core 
Csharp :: how to make the player look around in unity 3d 
Csharp :: make winform open first 
Csharp :: dinero en C# 
Html :: cdn matter.js 
Html :: degree symbol html 
Html :: flutter build web release html renderer 
Html :: divi font awesome 
Html :: notyf 
Html :: python get html from url 
Html :: html entities for space 
Html :: center iframe 
Html :: how do i set a pdf to be download link in html 
Html :: open email client from html 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =