# get\_strlit\_contents

Get string contents ea - linear address len - string length. -1 means to calculate the max string length type - the string type (one of [STRTYPE\_...](https://docs.hex-rays.com/8.4/developer-guide/idc/idc-api-reference/alphabetical-list-of-idc-functions/283) constants) Returns: string contents or empty string

string get\_strlit\_contents(long ea, long len, long type);
