StringType.FromInteger(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与指定的 String
相对应的 Integer
值。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
static System::String ^ FromInteger(int Value);
public static string FromInteger (int Value);
static member FromInteger : int -> string
Public Shared Function FromInteger (Value As Integer) As String
Public Function FromInteger (Value As Integer) As String
参数
- Value
- Int32
必需。 要转换为 Integer
值的 String
。
返回
与 Value
对应的 String
值。
注解
此类支持 Visual Basic 编译器,不应直接从代码使用。