BigInteger.ToHexString Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Converts the numeric value of the current big integer to its equivalent string representation of hex characters.

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Function ToHexString As String
public string ToHexString()
public:
String^ ToHexString()
member ToHexString : unit -> string 
public function ToHexString() : String

Return Value

Type: System.String
A string of hex characters.

.NET Framework Security

See Also

Reference

BigInteger Structure

Microsoft.SolverFoundation.Common Namespace