回复:问问学VB的人
Convert.ToString 方法 (Int32, Int32) [C#]请参见
Convert 类 | Convert 成员 | System 命名空间 | Convert.ToString 重载列表 | Convert 成员(Visual J# 语法) | C++ 托管扩展编程
要求
平台: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 系列, .NET Framework 精简版 - Windows CE .NET
语言
C#
C++
JScript
Visual Basic
全部显示
将 32 位有符号整数的值以指定的基数转换为它的等效 String 表示形式。
[Visual Basic]
Overloads Public Shared Function ToString( _
ByVal value As Integer, _
ByVal toBase As Integer _
) As String
[C#]
public static string ToString(
int value,
int toBase
);
[C++]
public: static String* ToString(
int value,
int toBase
);
[JScript]
public static function ToString(
value : int,
toBase : int
) : String;
参数
value
一个 32 位的有符号整数。
toBase
返回值的基数,必须是 2、8、10 或 16。
返回值
以 toBase 为基数的 value 的 String 表示形式。
异常
异常类型 条件
ArgumentException toBase 不是 2、8、10 或 16。
要求
平台: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 系列, .NET Framework 精简版 - Windows CE .NET
请参见
Convert 类 | Convert 成员 | System 命名空间 | Convert.ToString 重载列表 | Convert 成员(Visual J# 语法) | C++ 托管扩展编程
--------------------------------------------------------------------------------
顶一下这个吧………………今天MDK问某类似的问题就想到似乎这个还没算结贴……
另外还可参考这个……http://msdn.microsoft.com/library/CHS/cpref/html/frlrfSystemIFormatProviderClassTopic.asp