Method GetFileSize
GetFileSize(GtfHeader)
Computes the size of the GTF file in bytes.
Declaration
public static uint GetFileSize(this GtfHeader gtfHeader)
Parameters
| Type | Name | Description |
|---|---|---|
| GtfHeader | gtfHeader | The GTF file header. |
Returns
| Type | Description |
|---|---|
| uint | The size of the GTF file in bytes. |