Difference between revisions of "LlIntegerToBase64"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{LSLFunctionAll|func_id=280|func_sleep=0.0|func_energy=10.0|func=llIntegerToBase64|return_type=string|p1_type=integer|p1_name=number|func_footnote=Big endian encode of of integer as a Base64 string.|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSL_Function
|func_id=280|func_sleep=0.0|func_energy=10.0
|func=llIntegerToBase64|return_type=string|p1_type=integer|p1_name=number
|func_footnote
|func_desc
|return_text=that is a Base64 big endian encode of '''number'''
|spec
|caveats
|constants
|examples
|helpers
|also_functions=*{{LSLG|llBase64ToInteger}}
|also_events
|also_tests
|also_articles
|notes=Only the first 6 of the 8 characters returned are needed to decoded it back into an interer.
|permission
|negative_index
|sort=IntegerToBase64
|cat1=Base64
|cat2=Encoding
|cat3
|cat4
}}

Revision as of 19:12, 11 February 2007