GuidHelperFromBase32String Method |
Returns a GUID from its z-base-32 string representation.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 String
- The short string representation of the GUID.
Return Value
GuidThe GUID.
Exceptions| Exception | Condition |
|---|
| ArgumentException | input is , empty, or does not correspond to a
valid z-base-32 GUID string.
|
See Also