Click or drag to resize

AtalaInt128ToString Method (Int32)

Returns a string representing the AtalaInt128 in sign-and-magnitude format in the specified radix.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string ToString(
	int radix
)

Parameters

radix
Type: SystemInt32
The numeric base to use in the string.

Return Value

Type: String
A string representing the AtalaInt128 in sign-and-magnitude format in the specified radix.
See Also