Text: Short UUID To UUID
Decode a base64-flavored 22-char "short UUID" (ShortGuid) back into the canonical 36-char UUID v4 string. Fails if the input is not a valid ShortGuid.
Example
Input: "AIQOVeKbQdSnFkRmVUQAAA"
Output: "550e8400-e29b-41d4-a716-446655440000"
Parameters
This function has no parameters.
Input
String—REQUIRED
A 22-character ShortGuid.
Output
String
The expanded canonical UUID.