OutSystems Forge 日本語データベース

Extension BaseConversions

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-01-15 1.0.0 Pedro Rodrigues All .NET Libraries
指定された基数の数値を異なる基底の対応する数値に変換するアクションを含む拡張機能。 さらに、与えられた基底の数値をバイナリデータに変換するアクションと、その逆もあります。 以下のベースがサポートされています:ベース2(バイナリ)からベース36まで。
利用可能なアクション: BaseToBaseは、指定された基数の数値を別の基数の数値に変換します。 可能な基本値は2、...、36です。 BaseToBinary指定された基数の数値をBinaryDataに変換します。 可能な塩基は2、...、36です。 バイナリ表現はリトルエンディアンの順序(最下位バイトから最上位バイト)です。 BinaryToBaseは、BinaryDataを指定された基数の数値に変換します。 可能な基本値は2、...、36です。 バイナリ表現は、リトルエンディアンの順番(最下位バイトから最上位バイトまで)であると想定されます。

[Overview]
Extension containing actions to convert a number in a given base into the corresponding number in a different base. In addition, it contains actions to convert a number in a given base into binary data and vice-versa. The following bases are supported: base 2 (binary) up till base 36.
[Detail]
Actions made available: BaseToBaseConverts a number in a given base into a number in another base. Possible base values are 2, ..., 36. BaseToBinaryConverts a number in a given base into BinaryData. Possible bases are 2, ..., 36. The binary representation is in little-endian order (from least significant byte to most significant one). BinaryToBaseConverts BinaryData into a number in a given base. Possible base values are 2, ..., 36. The binary representation is assumed to be in little-endian order (from least significant byte to most significant one).
戻る