Click or drag to resize
Base36HelperDecode Method
将已编码的36字符还原为数字

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

Parameters

encodeString
Type: SystemString

[Missing <param name="encodeString"/> documentation for "M:Adf.Base36Helper.Decode(System.String)"]

Return Value

Type: Int64

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

See Also