Overloads Public Shared Function ToString( _
ByVal value As Byte _) As String
[C#]
public static string ToString(bytevalue);
[C++]
public: static String* ToString(unsigned charvalue);
[JScript]
public static function ToString(
value : Byte) : String;
パラメータ
- value
変換する値。
戻り値
Byte の文字列形式。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard
参照
XmlConvert クラス | XmlConvert メンバ | System.Xml 名前空間 | XmlConvert.ToString オーバーロードの一覧