Decodes the given base64 string

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public static Guid Decode(
	string value
)
Visual Basic
Public Shared Function Decode ( 
	value As String
) As Guid
Visual C++
public:
static Guid Decode(
	String^ value
)
F#
static member Decode : 
        value : string -> Guid 

Parameters

value
Type: System..::..String
The base64 encoded string of a Guid

Return Value

Type: Guid
A new Guid

See Also