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 Shared Function FromByte (Value As Byte) As String
Public Function FromByte (Value As Byte) As String

参数

Value
Byte

必需。 要转换为 Byte 值的 String

返回

Value 对应的 String 值。

注解

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

适用于