WinLib.UUID.Operator_Convert - charonn0/WinLib GitHub Wiki

#WinLib.UUID.Operator_Convert

##Method Signature Function Operator_Convert() As String

##Return value Overloads the conversion operator (=) and returns the string representation of the UUID.

Dim guid As UUID = UUID.NewUUID
Dim s As String = guid ' convert

##See also