ToString()

String::ToString() const method

Wrapper for handling String class in contexts where ToString() is being called on value type objects.

String System::String::ToString() const

Return Value

Copy of current string. It is considered a null string if current string is a null string.

String::ToString(const SharedPtr<IFormatProvider>&) const method

Wrapper for handling String class in contexts where ToString() is being called on value type objects.

String System::String::ToString(const SharedPtr<IFormatProvider> &) const

Return Value

Copy of current string. It is considered a null string if current string is a null string.

See Also