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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public static string UnescapeQuotedString(
	string value
)

Parameters

value  String
The quoted string value.

Return Value

String
The unescaped string without outer quotes.

See Also