StringBufferExtensionsUnescapeQuotedString Method
Removes outer quotes from a string and unescapes embedded double quotes.
Namespace: MobileTrack.Receiver.ExtensionsAssembly: MobileTrack.Receiver (in MobileTrack.Receiver.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public static string UnescapeQuotedString(
string value
)
- value String
- The quoted string value.
StringThe unescaped string without outer quotes.