GuidHelper Class

Helper methods for Guid.
Inheritance Hierarchy
SystemObject
  Dundas.BIGuidHelper

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static class GuidHelper

The GuidHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberFromBase32String Returns a GUID from its z-base-32 string representation.
Public methodStatic memberToBase32String Returns a z-base-32 string representation of a Guid.
Top
See Also