예제 #1
0
 public static async Task <string> ReadAsciiString(this Stream stream)
 {
     return(LittleEndianConverter.ConvertToAsciiString(await stream.ReadBytes(4)));
 }