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

WinLib.UUID.Operator_Convert

Andrew edited this page Mar 17, 2014 · 4 revisions

#WinLib.UUID.Operator_Convert

##Method Signature Function Operator_Convert() String

##Return value Returns the string representation of the UUID.

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

Clone this wiki locally