converts an array of pdu encoded bytes to a readable string
converts an array of pdu encoded bytes to a readable string
public static string PDU2TextConvert(byte[]);
converts an array of pdu encoded bytes to a readable string
public static string PDU2TextConvert(byte[],int,int);
converts a pdu encoded string to a readable string
public static string PDU2TextConvert(string);
SMSUtil Class | Whisperstream.SerialComm.Framework.SMS Namespace