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
)
Public Shared Function ToBase32String (
target As Guid
) As String
public:
static String^ ToBase32String(
Guid target
)
static member ToBase32String :
target : Guid -> string
Parameters
- target
- Type: SystemGuid
The GUID.
Return Value
Type:
StringA short string representing the specified GUID.
Remarks
The idea is to make GUID representation shorter (it is also case-insensitive).
See Also