Base36HelperEncode Method |
将数字进行36字符编码
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string Encode(
long value
)
Public Shared Function Encode (
value As Long
) As String
public:
static String^ Encode(
long long value
)
static member Encode :
value : int64 -> string
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