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 (25.3.0.1000)
Syntaxpublic static Guid FromBase32String(
	string input
)
Public Shared Function FromBase32String ( 
	input As String
) As Guid
public:
static Guid FromBase32String(
	String^ input
)
static member FromBase32String : 
        input : string -> Guid 
Parameters
- input
 - Type: SystemString
The short string representation of the GUID. 
Return Value
Type: 
GuidThe GUID.
Exceptions| Exception | Condition | 
|---|
| ArgumentException | input is , empty, or does not correspond to a
              valid z-base-32 GUID string.
             | 
See Also