ShortGuid Encode Method (String)NetworkComms.Net Help
Creates a new instance of a Guid using the string value, then returns the base64 encoded version of the Guid.

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

public static string Encode(
	string value
)

Parameters

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

Return Value

Type: OnlineString

[Missing <returns> documentation for "M:NetworkCommsDotNet.Tools.ShortGuid.Encode(System.String)"]

See Also