Base64Url.EncodeString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encode a string as a Base64URL encoded string.
public static string EncodeString (string value);
static member EncodeString : string -> string
Public Shared Function EncodeString (value As String) As String
Parameters
- value
- String
Returns
The UTF8 bytes for the string, encoded as a Base64URL string.