Table of Contents

ToString Method

Definition

Namespace
Tyne
Assembly
Tyne.Core.dll

Methods

| Edit this page View Source

ToString()

Returns a string that represents this instance.

Declaration
[Pure]
public override string ToString()
Returns
string

A string that represents this instance.

Overrides
Remarks

If this is Ok(T), this returns Ok({value}). Otherwise, it returns Error({error}).