System::String::Copy method

String::Copy method

创建字符串副本。

static String System::String::Copy(const String &str)
ParameterType描述
strconst String&String 用于复制。

ReturnValue

传入字符串的副本。

另见