HtmlUtilRemoveOuterQuotes Method

Remove the outer quotes from the caller's string and return the new value.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static string RemoveOuterQuotes(
	string value
)

Parameters

value  String
Original value that might be surrounded by outer quotes.

Return Value

String
Caller's value without matching outer quotes.

See Also