StringBufferExtensionsUnescapeQuotedString Method

Removes outer quotes from a string and unescapes embedded double quotes.

Definition

Namespace: MobileTrack.Receiver.Extensions
Assembly: MobileTrack.Receiver (in MobileTrack.Receiver.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
public static string UnescapeQuotedString(
	string value
)

Parameters

value  String
The quoted string value.

Return Value

String
The unescaped string without outer quotes.

See Also