System::String::Copy 方法

String::Copy method

创建字符串副本。

static String System::String::Copy(const String &str)
参数类型描述
strconst String&String 用于复制。

ReturnValue

传入字符串的副本。

另见