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

WinLib.UUID.FromString

Andrew edited this page Mar 17, 2014 · 1 revision

#WinLib.UUID.FromString

##Method Signature Shared Function FromString(UUIDString As String) As WinLib.UUID

##Notes This method creates a UUID object from the passed UUID string, and returns it.

Dim guid As UUID = UUID.FromString("e840eec9-b15c-4ff9-a41d-4bb0804efe44")

Clone this wiki locally