TestimoX

API Reference

Class

FileTextReadResult

Namespace ComputerX.FileSystem
Assembly ComputerX
Modifiers sealed

UTF-8 text file read result.

Inheritance

  • Object
  • FileTextReadResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Properties

public String Path { get; set; } #

Resolved full file path.

public Int32 BytesRead { get; set; } #

Number of bytes read.

public Boolean Truncated { get; set; } #

Indicates whether the file content was truncated to BytesRead.

public String Text { get; set; } #

UTF-8 decoded text content.