ELink Encode Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Encodes a link into a textual form, using the supplied randomization seed, otherwise the system rnd is used. A seed has 4 effective bits, yielding 16 possible variations for every link

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public string Encode(
	Nullable<byte> seed = null
)

Parameters

seed (Optional)
Type: OnlineSystem Nullable OnlineByte 

Return Value

Type: OnlineString
See Also