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 options is None
, this returns "None"
.
Otherwise, it returns $"Some({Value})"
.