Generate a Guid into a string using the format.

Namespace: NHibernate.Id
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected virtual string GenerateNewGuid()
Visual Basic
Protected Overridable Function GenerateNewGuid As String
Visual C++
protected:
virtual String^ GenerateNewGuid()

Return Value

A new Guid string

See Also