Horje
vb.net single quote in string Code Example
vb.net single quote in string
Dim lQuotes As Char = Convert.ToChar(&H201C) ' “
Dim rQuotes As Char = Convert.ToChar(&H201D) ' ”

Dim str As String = String.Format("{0}Hello World{1}", lQuotes, rQuotes)

Console.WriteLine(str) ' “Hello World”




Csharp

Related
how to prevent or terminate time's up screen from windows family safety windows service c# Code Example how to prevent or terminate time's up screen from windows family safety windows service c# Code Example
largest prime factor of a number Code Example largest prime factor of a number Code Example
C# check control type Code Example C# check control type Code Example
c-sharp - get current page url/path/host Code Example c-sharp - get current page url/path/host Code Example
how to make build events always run visual studio Code Example how to make build events always run visual studio Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11