byte数组字符串:如何将integer串转化成byte数组




 How to Convert a String of Integers o an Array of Byte
如何将eger串转化成

The best solution is to dynamically create an .gif' /> of that has length equal to that of the . _disibledevent=>   ...
implementation

function ArrOfByte(AStr: String): TByteArr;
var
   j: eger;
begin
   SetLength( Result, Length(AStr)) ;
   for j := 0 to Length(AStr) - 1 do
     Result[j] := ord(AStr[j + 1]) - 48;
end;

Tags:  vbbyte数组 vb定义byte数组 byte数组 byte数组字符串

延伸阅读

最新评论

发表评论