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

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.Base62Helper.Decode(System.String)"]

Return Value

Type: Int64

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

See Also