StringType.FromChar(Char) 方法
定义
返回与指定的 String 相对应的 Char 值。Returns a String value that corresponds to the specified Char.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
static System::String ^ FromChar(char Value);
public static string FromChar (char Value);
static member FromChar : char -> string
Public Shared Function FromChar (Value As Char) As String
Public Function FromChar (Value As Char) As String
参数
- Value
- Char
必需。Required. 要转换为 Char 值的 String。Char to convert to a String value.
返回
与 Value 对应的 String 值。The String value corresponding to Value.
注解
此类支持 Visual Basic 编译器,不应在代码中直接使用。This class supports the Visual Basic compiler and is not intended to be used directly from your code.