Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

WinLib.UUID.Operator_Convert

Andrew Lambert edited this page May 4, 2014 · 4 revisions

#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

Clone this wiki locally