[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: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public string Encode(
Nullable<byte> seed = null
)
public string Encode(
Nullable<byte> seed = null
)
Public Function Encode (
Optional seed As Nullable(Of Byte) = Nothing
) As String
Public Function Encode (
Optional seed As Nullable(Of Byte) = Nothing
) As String
public:
String^ Encode(
Nullable<unsigned char> seed = nullptr
)
public:
String^ Encode(
Nullable<unsigned char> seed = nullptr
)
member Encode :
?seed : Nullable<byte>
(* Defaults:
let _seed = defaultArg seed null
*)
-> string
member Encode :
?seed : Nullable<byte>
(* Defaults:
let _seed = defaultArg seed null
*)
-> string
Return Value
Type:
String