Generate new 32 character hex string globally unique identifier.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public string getNewID()
Visual Basic (Declaration)
Public Function getNewID As String
J#
public String getNewID()
JScript
public function getNewID() : String

Return Value

GUID as a string

See Also