Whisperstream Research Group - SerialComm GSM SDK Documentation

SMSUtil.IsHexString Method 

determines whether or not a string is in hex format or not e.g. "AEFDA4350893534FEDA"

public static bool IsHexString(
   string inputString
);

Parameters

inputString
the hex string to test

Return Value

true if the string is in hex format, false otherwise

See Also

SMSUtil Class | Whisperstream.SerialComm.Framework.SMS Namespace