System::String::Copy method

String::Copy method

Creates string copy.

static String System::String::Copy(const String &str)
ParameterTypeDescription
strconst String&String to copy.

ReturnValue

Copy of passed string.

See Also