reset()

String::reset() method

Sets string to null. Is analogous to ‘string_variable_name = null’ in C#.

String & System::String::reset()

Return Value

Self reference.

See Also