This commit is contained in:
GG Z
2026-01-02 16:37:37 +08:00
parent 4df4ce1e6a
commit 0e9db9a2b9
80 changed files with 1846 additions and 4570 deletions

View File

@@ -232,7 +232,7 @@ namespace RevitLess
/// <returns>A ASCII string of the byte data is returned.</returns>
/// <remarks>The underlying stream is opened in Read Only mode using a
/// Stream object.</remarks>
public static string ConvertStreamBytesToASCII(StreamInfo streamInfo)
public static string ConvertStreamBytesToAscii(StreamInfo streamInfo)
{
byte[] streamData = null;
try