原始文章

 主要用到  DELPHI XE 10.2新增HASH函数

class function TUtils.GetStringMD5(const AInPut: string): string;
begin
  Result := THashMD5.GetHashString(AInPut).ToLower;
end;

主要用到  DELPHI XE 10.2新增HASH函数

 
class function TUtils.GetStringMD5(const AInPut: string): string;
begin
  Result := THashMD5.GetHashString(AInPut).ToLower;
end;

主要用到  DELPHI XE 10.2新增HASH函数

相关文章:

  • 2021-08-07
  • 2021-04-21
  • 2022-12-23
  • 2022-02-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-16
  • 2021-08-04
  • 2022-12-23
  • 2022-12-23
  • 2021-08-04
相关资源
相似解决方案