EAPConvertToRadixString Method |
Convert long value to Radix string
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string ToRadixString(
int Radix,
long Value
)
Public Shared Function ToRadixString (
Radix As Integer,
Value As Long
) As String
Parameters
- Radix
- Type: SystemInt32
Radix base between 2 and 32 - Value
- Type: SystemInt64
Long value to be converted
Return Value
Type:
StringLong value converted to Radix string. If Radix is outside of range an empty string is returned.
See Also