OpenMetaverse Protocol Library Developers API Documentation
HexStringToBytes Method (hexString, handleDirty)
NamespacesOpenMetaverseUtilsHexStringToBytes(String, Boolean)
Converts a string containing hexadecimal characters to a byte array
Declaration Syntax
C#
public
static
byte[]
HexStringToBytes(

string
hexString,

bool
handleDirty
)
Parameters
hexString ( String)
String containing hexadecimal characters
handleDirty ( Boolean)
If true, gracefully handles null, empty and uneven strings as well as stripping unconvertable characters
Return Value
The converted byte array

Assembly: OpenMetaverseTypes(Module: OpenMetaverseTypes.dll) Version: 0.0.0.0