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