System::String::Clone method

String::Clone method

Creates a copy of current string.

String System::String::Clone() const

ReturnValue

Full copy of current string which is never null.

See Also