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: string Base64UrlEncode(this byte[])Declarationpublic static string Base64UrlEncode(
this byte[] bytes
) Summary
Encodes this byte array to base-64-url format, which is safe for use in URLs and does not contain the unnecessary
padding when the number of bytes is not divisible by 3. See also |