Click or drag to resize

NetUtilityToByteArray Method

Convert a hexadecimal string to a byte array

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static byte[] ToByteArray(
	string hexString
)

Parameters

hexString
Type: SystemString

Return Value

Type: Byte
See Also