Method ToString
- Namespace
- Ubiquity.NET.InteropHelpers
- Assembly
- Ubiquity.NET.InteropHelpers.dll
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Remarks
This will perform conversion if LazyEncodedString(ReadOnlySpan<byte>, Encoding?) was used to construct this instance and conversion has not yet occurred. Otherwise it will provide the string it was constructed with or a previously converted one.