HtmlEscape(input, leaveSingleQuotesAlone, leaveDoubleQuotesAlone) Indent(str, by, indentFirstLine) ParseInt(str, default_, style, provider) Replace(str, oldValue, newValue, comparison)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Extension method: byte[] Base64UrlDecode(this string)Declarationpublic static byte[] Base64UrlDecode(
this string input
) Summary
Decodes this string from base-64-url encoding, which is safe for use in URLs and does not contain the unnecessary
padding when the number of bytes is not divisible by 3, into a byte array. See also |