TK.DoubleQuotes Method

Add double quote at the start and end of the string
Public Shared Function DoubleQuotes( _ 
ByVal str As String
) As String
This language is not supported or no code example is available.
public static string DoubleQuotes( 
string str 
)
This language is not supported or no code example is available.

Parameters

str
string

String value

Return Value

string

String value containg double quotes

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition