Functions in jmeter - __FileToString

To read an entire file i.e convert the file to a string

${__FileToString(C:\read1.txt,fulltext)}//Read the entire file read1.txt and put it in a varaible named fulltext.