Click or drag to resize

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
)

Parameters

Radix
Type: SystemInt32
Radix base between 2 and 32
Value
Type: SystemInt64
Long value to be converted

Return Value

Type: String
Long value converted to Radix string. If Radix is outside of range an empty string is returned.
See Also