isescaped - eisclimber/ExPresS-XR GitHub Wiki
Method in CsvUtility
Returns true if the given string is properly CSV-escaped (starts and ends with a '"').
public static bool IsEscaped(string value);| Name | Description |
|---|---|
string value |
String to be checked |
If the string is properly escaped.