Decodes the given base64 string
Namespace: Casewhere.SystemTypesAssembly: Casewhere.SystemTypes (in Casewhere.SystemTypes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Guid Decode(
string value
)
Parameters
- value String
- The base64 encoded string of a Guid
Return Value
GuidA new Guid
See Also