LlBase64ToInteger/ja - Second Life Wiki

LlBase64ToInteger/ja

From Second Life Wiki

メインページ > LlBase64ToInteger > LlBase64ToInteger/ja
Jump to: navigation, search

関数: integer llBase64ToInteger( string str );

Base64 形式の strビッグエンディアンとしてデコードした整数のinteger値を返します。

• string str Base64 形式の文字列

警告

  • str が 6 文字未満の場合、戻り値は不定です。
  • str が 9 文字以上の場合ゼロを返します。

 
integer value = llBase64ToInteger("3q0AAA==");
 
// -559087616 と表示されます。
llOwnerSay((string)value);
 

関連項目

関数

•  llIntegerToBase64

項目

•  Base64
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。