free_to_string
Description:
[
DestroysInstance ]
public string free_to_string (
UuidFormat fmt,
size_t len)
Frees this and returns its string representation, see
to_string for more information.
Parameters:
| this |
a Uuid
|
| fmt |
a UuidFormat
|
| len |
a location to store the length of the returned string, or null
|
Returns:
|
a string representation of this
|