isescaped - eisclimber/ExPresS-XR GitHub Wiki

CsvUtility.IsEscaped(string)

Method in CsvUtility

Summary

Returns true if the given string is properly CSV-escaped (starts and ends with a '"').

public static bool IsEscaped(string value);

Parameters

Name Description
string value String to be checked

Returns

If the string is properly escaped.

⚠️ **GitHub.com Fallback** ⚠️