GuidHelperToBase32String Method |
Returns a z-base-32 string representation of a
Guid.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic static string ToBase32String(
Guid target
)
Public Shared Function ToBase32String (
target As Guid
) As String
public:
static String^ ToBase32String(
Guid target
)
static member ToBase32String :
target : Guid -> string Parameters
- target Guid
- The GUID.
Return Value
StringA short string representing the specified GUID.
Remarks
The idea is to make GUID representation shorter (it is also case-insensitive).
See Also