System::Guid::Parse 方法

Guid::Parse method

将指定的 GUID 字符串表示转换为等效的 Guid 对象。

static Guid System::Guid::Parse(const String &input)
ParameterType描述
输入const String&包含 GUID 字符串表示的字符串

ReturnValue

一个表示等同于 input 所表示的 GUID 的 Guid 对象

另见