SmartSockets .NET Class Library

Tut.fromHexString Method 

Convert a String containing hex numbers into a byte array containing those binary values.

public static sbyte[] fromHexString(
   string s,
   int off,
   int len
);

Parameters

s
string to convert
off
offset into the string (in single-byte characters)
len
length of the resulting data block in bytes (not the number of chars!)

See Also

Tut Class | Tut Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved