Click or drag to resize
Base36HelperEncode Method
将数字进行36字符编码

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string Encode(
	long value
)

Parameters

value
Type: SystemInt64

[Missing <param name="value"/> documentation for "M:Adf.Base36Helper.Encode(System.Int64)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.Base36Helper.Encode(System.Int64)"]

See Also