Garry's Mod Wiki

Garry's Mod Wiki

  string util.Base64Decode( string str )

Description

Decodes the specified string from base64.

Arguments

1 string str
String to decode.

Returns

1 string
The raw bytes of the decoded string.

Example

Decodes a string.

local decode = util.Base64Decode( "QmFzZTY0IEVuY29kaW5n" ) print(decode)
Output: Base64 Encoding

This site is a community mirror of the official Garry's Mod wiki.. This site is not maintained by Facepunch Studios.

Page content is automatically updated four times a day. Edits and history are not available.

Last Parsed: Loading...