TK.DoubleQuotes Method

Add double quote at the start and end of the string
public static string DoubleQuotes( 
   string str 
)

Parameters

str
string

String value

Return Value

string

String value containg double quotes

.NET Framework

Supported in: 4.8

In this article

Definition