Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
1f386e93
Unverified
Commit
1f386e93
authored
Aug 22, 2020
by
M.K
Committed by
GitHub
Aug 22, 2020
Browse files
Fix method name encoder.fromBase64 in example code (#3246)
parent
e547c2a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/modules/encoder.md
View file @
1f386e93
...
@@ -29,7 +29,7 @@ Decodes a Base64 representation of a (binary) Lua string back into the original
...
@@ -29,7 +29,7 @@ Decodes a Base64 representation of a (binary) Lua string back into the original
thrown if the string is not a valid base64 encoding.
thrown if the string is not a valid base64 encoding.
#### Syntax
#### Syntax
`binary_string = encoder.
to
Base64(b64)`
`binary_string = encoder.
from
Base64(b64)`
#### Parameters
#### Parameters
`b64`
Base64 encoded input string
`b64`
Base64 encoded input string
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment