HtmlUtilRemoveOuterQuotes Method
Remove the outer quotes from the caller's string and return the new
value.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string RemoveOuterQuotes(
string value
)
Public Shared Function RemoveOuterQuotes (
value As String
) As String
No code example is currently available or this language may not be supported.
- value String
-
Original value that might be surrounded by outer quotes.
String
Caller's value without matching outer quotes.