A Sandcastle Documented Class Library
BytesToString メソッド (bytes)
名前空間CFW.UtilStringUtilBytesToString(array<Byte>[]()[])
バイト配列から文字列へ変換(UTF-8)
宣言の構文
C#Visual BasicVisual C++
public static string BytesToString(
	byte[] bytes
)
Public Shared Function BytesToString ( _
	bytes As Byte() _
) As String
public:
static String^ BytesToString(
	array<unsigned char>^ bytes
)
パラメータ
bytes (array< Byte >[]()[])
バイト配列
戻り値
結果文字列

アセンブリ: CFW (モジュール: CFW) バージョン: 1.2.0.2 (1.2.0.2)