You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Spectron.Files/Tap/Extensions/TapeHeaderExtensions.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,15 @@
1
1
namespaceOldBit.Spectron.Files.Tap.Extensions;
2
2
3
+
/// <summary>
4
+
/// Extensions for the TapHeader class.
5
+
/// </summary>
3
6
publicstaticclassTapeHeaderExtensions
4
7
{
8
+
/// <summary>
9
+
/// Retrieves the name of the data type based on the header's data type.
10
+
/// </summary>
11
+
/// <param name="header">The TapHeader instance containing the data type information.</param>
12
+
/// <returns>A string representing the name of the data type, such as "Program", "Number Array", "Character Array", "Bytes", or "Unknown" if the data type is unrecognized.</returns>
0 commit comments