GuidHelperToBase32String Method

Returns a z-base-32 string representation of a Guid.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static string ToBase32String(
	Guid target
)

Parameters

target
Type: SystemGuid
The GUID.

Return Value

Type: String
A short string representing the specified GUID.
Remarks
The idea is to make GUID representation shorter (it is also case-insensitive).
See Also