instance method
public string ToUTF8String()
A helper function which can be used to return the byte contents of the file interpreted as a UTF-8-encoded string.
The UTF-8 string representation of the file contents. Returns an empty string if the conversion fails.
The generated string is cached after it has been generated for the first time.