SmartSockets .NET Class Library

Tut.toHexString Method 

Returns a String containing the argument as two hex digits, using a leading zero, if necessary. Also doesn't do sign extension, as the JDK Integer method does.

public static string toHexString(
   sbyte b
);

Parameters

b
the byte to convert

Return Value

the byte as a displayable String

See Also

Tut Class | Tut Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved