StringResult.ToString

StringResult.ToString method

Tries to convert the result to a string.

public override string ToString()

Return Value

A string representing the text content if the result is string; otherwise returns base.ToString().

See Also