Difference between revisions of "LlBase64ToString"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{LSL_Function|func_id=261|func_sleep=0.0|func_energy=10.0|func=llBase64ToString|sort=Base64ToString
{{LSL_Function
|return_type=string|p1_type=string|p1_name=str|p1_desc=Base64 string
|func_id=261|func_sleep=0.0|func_energy=10.0
|return_text=that is the {{LSLG|Base64}} '''str''' decoded into a conventional string.
|func=llBase64ToString|sort=Base64ToString
|caveats=If the conversion creates any unprintable characters, they are converted to spaces.
|return_type=string
|spec|examples|helpers|related|also|notes=''I think it converts unprintable characters into question marks ('?').''}}
|p1_type=string|p1_name=str|p1_desc=Base64 string
[[Category:LSL_Base64]][[Category:LSL_Stub]]
|return_text=that is the {{LSLGC|Base64}} '''str''' decoded into a conventional string.
|caveats=*If the conversion creates any unprintable characters, they are converted to spaces.
*Converts invalid characters into question marks ('?').
|spec
|examples
|helpers
|related
|also_header
|also_events
|also_functions={{LSL DefineRow||[[llGround]]|Gets the ground height}}
|also_articles={{LSL DefineRow||{{LSLGC|Base64}}|}}
|also_footer
|notes
|mode
|deprecated
|cat1=Base64
|cat2
|cat3
|cat4
}}

Revision as of 12:35, 25 February 2007