Add a quote at the begining and the end of string.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function QuoteString ( _
	str As String _
) As String
C#
public static string QuoteString(
	string str
)

Parameters

str
Type: System..::..String
The string to quote.

Return Value

See Also