Method ToFixedString
ToFixedString()
Return a fixed string representation of the connection. For use in contexts where ToString() can't be used (e.g. Burst-compiled code).
Declaration
public FixedString128Bytes ToFixedString()
Returns
Type | Description |
---|---|
FixedString128Bytes | Fixed string representation of the connection. |