StringType.FromByte(Byte) 方法

定义

返回与 String 指定 Byte值相对应的值。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 static System::String ^ FromByte(System::Byte Value);
public static string FromByte(byte Value);
static member FromByte : byte -> string
Public Function FromByte (Value As Byte) As String
Public Shared Function FromByte (Value As Byte) As String

参数

Value
Byte

必填。 Byte 转换为 String 值。

返回

StringValue. 对应的值。

注解

此类支持 Visual Basic 编译器,不打算直接从代码使用。

适用于