Whisperstream Research Group - SerialComm GSM SDK Documentation

SMSUtil.ConvertAsciiTo7bit Method 

Use a lookup table to convert from an ISO-8859-1 string to the 7-bit default alphabet used by SMS.

public static byte[] ConvertAsciiTo7bit(
   string data
);

Parameters

data
the ascii string data

Return Value

an array of bytes in 7 bit format

See Also

SMSUtil Class | Whisperstream.SerialComm.Framework.SMS Namespace