ToFullMessage()

CollectionAssertHelper::ToFullMessage(const System::String&) method

Formats string to be used as message text.

static System::String System::CollectionAssertHelper::ToFullMessage(const System::String &message=u"")

Arguments

ParameterTypeDescription
messageconst System::String&String to format.

Return Value

String prefixed with ‘Message: ’ text and replaced with ‘’ if empty.

See Also