Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

BytesToStringUtilities.ToString(Byte[],Encoding) - метод Смотри также  Terrasoft.Common - пространство имен > BytesToStringUtilities - класс > ToString - метод : ToString(Byte[],Encoding) - метод C#

source
The byte array.
encoding
Encoding.

Glossary Item Box

Gets the System.String instance that is the string presentation of the specified byte array in the specified encoding.

Синтаксис

[Extension()] 
public static string ToString( 
   byte[] source, 
   Encoding encoding 
)

Параметры

source
The byte array.
encoding
Encoding.

Тип возвращаемого значения

The System.String instance that is the string presentation of the source byte array in the encoding encoding.

Заметки

Overloaded method.

The extension method for the System.Byte class.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?