更新
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user