ToString Method
Definition
- Namespace
- Tyne
- Assembly
- Tyne.Core.dll
Methods
| Edit this page View SourceToString()
Returns a string that represents this instance.
Declaration
[Pure]
public override string ToString()
Returns
stringA string that represents this instance.
Overrides
Remarks
If this is Ok(
, this returns T
)Ok({value})
.
Otherwise, it returns Error({error})
.