Converts the specified long value into its hexadecimal string
representation.
Syntax
[Android.Runtime.Register("toHexString", "(J)Ljava/lang/String;", "")] public static stringToHexString (long l)
Parameters
v
the long value to convert.
Returns
Documentation for this section has not yet been entered.
Remarks
Converts the specified long value into its hexadecimal string
representation. The returned string is a concatenation of characters from
'0' to '9' and 'a' to 'f'.