Click or drag to resize

ShortGuidDecode Method

Decodes the given base64 string

Namespace: Casewhere.SystemTypes
Assembly: Casewhere.SystemTypes (in Casewhere.SystemTypes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static Guid Decode(
	string value
)

Parameters

value  String
The base64 encoded string of a Guid

Return Value

Guid
A new Guid
See Also