System.NetEncoding.TSqidsEncoding.DecodeToStr
Delphi
function DecodeToStr(const AHash: string): string;
C++
System::UnicodeString __fastcall DecodeToStr(const System::UnicodeString AHash);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.NetEncoding.pas System.NetEncoding.hpp |
System.NetEncoding | TSqidsEncoding |
説明
Sqids エンコード文字列をデコードし、カンマ区切りの整数値の文字列を返します。
AHash
は、エンコードされた文字列のパラメータです。
メモ: DecodeToStr は、
AHash
が不正な引数を格納している場合に、例外を発生させます。代わりに、Decode は複数の値を整数の配列として返します。