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 public static byte[] ToByteArray(
string hexString
)
Parameters
- hexString
- Type: SystemString
Return Value
Type:
ByteSee Also