Whisperstream Research Group - SerialComm GSM SDK Documentation

SMSUtil.Int2HexString Method 

converts an integer value into a hexstring equivalent numbver must be between 0 and 255

public static string Int2HexString(
   int num
);

Parameters

num
the interger to convert

Return Value

the hex string equivalent

See Also

SMSUtil Class | Whisperstream.SerialComm.Framework.SMS Namespace