BytesToStringUtilities.ToString - метод Смотри также Terrasoft.Common - пространство имен > BytesToStringUtilities - класс : ToString - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
ToString(Byte[],Encoding) | Gets the System.String instance that is the string presentation of the specified byte array in the specified encoding. |
ToString(Byte[],Encoding,Boolean) | Gets the System.String instance that is the string presentation of the specified byte array in the specified encoding. The instance can contain prefix that determines its encoding. |
ToString(MemoryStream,Encoding) | Gets the System.String instance that is the string presentation of the stream of the System.IO.MemoryStream type in the specified encoding. |
ToString(MemoryStream,Encoding,Boolean) | Gets the System.String instance that is the string presentation of the stream of the System.IO.MemoryStream type in the specified encoding. The instance can contain prefix that determines its encoding. |