SharpPlot Reference > SharpPlot Methods > ReadComment Method > (String,String,Boolean) SharpPlot.ReadComment Method (String,String,Boolean)
Recover comment given filename (or content as string), key and compression flag.
public static string ReadComment(
string filename,
string key,
bool decode
);
-
filename
- Name of file or string containing rendered content.
-
key
- Short text used to identify original comment.
-
decode
- Flag to deflate comment text.
-
return value
- Recovered text.
See also ...SharpPlot Members | SharpPlot.ReadComment Method
Send comments on this topic © Dyalog Ltd 2021
|