搜索内容

包含标签:delphi-xe7 的文章
  • 将泛型类型变量转换为字符串

    我正在尝试将类型T为的泛型变量转换为string. TMyTest = class class function GetAsString<T>(const AValue : T) : string; static; end; ...……
    小杜 问答 2022年8月16日