Click or drag to resize

NetUtilityToHexString Method (Int64)

Create a hex string from an Int64 value

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static string ToHexString(
	long data
)

Parameters

data
Type: SystemInt64

Return Value

Type: String
See Also