Click or drag to resize

UInt128ToHexString Method

Returns a hexadecimal string representation of the UInt128.

Namespace:  Ookii.Jumbo.Jet.Samples.IO
Assembly:  Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntax
public string ToHexString()

Return Value

Type: String
A hexadecimal string representation of the UInt128.
See Also