New GUID

Discussions related to SoftPro Select user interface development.

Moderator: Phil Barton

Post Reply
czentman
Posts: 157
Joined: Tue Dec 02, 2008 12:02 pm

New GUID

Post by czentman »

How can I create a new GUID for my editor factory and editor pane and package.
BobRichards
Posts: 1376
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: New GUID

Post by BobRichards »

One way is from PowerShell:

Code: Select all

"$([guid]::NewGuid().ToString())"
Bob Richards, Senior Software Developer, SoftPro
Post Reply