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

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