ShortGuid Decode Method NetworkComms.Net Help
Decodes the given base64 string

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static Guid Decode(
	string value
)

Parameters

value
Type: OnlineSystem String
The base64 encoded string of a Guid

Return Value

Type: OnlineGuid
A new Guid
See Also