GuidHelperFromBase32String Method

Returns a GUID from its z-base-32 string representation.

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

Parameters

input
Type: SystemString
The short string representation of the GUID.

Return Value

Type: Guid
The GUID.
Exceptions
ExceptionCondition
ArgumentExceptioninput is , empty, or does not correspond to a valid z-base-32 GUID string.
See Also