Creates a new instance of a Guid using the string value, then returns the base64 encoded version of the Guid.

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

Syntax

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

Parameters

value
Type: System..::..String
An actual Guid string (i.e. not a ShortGuid)

Return Value

Type: String

See Also