Click or drag to resize
Base64UrlEncode Method
Encodes byte array to Base 64 string

Namespace:  Intuit.Ipp.OAuth2PlatformClient
Assembly:  Intuit.Ipp.OAuth2PlatformClient (in Intuit.Ipp.OAuth2PlatformClient.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static string Encode(
	byte[] arg
)

Parameters

arg
Type: SystemByte
arg

Return Value

Type: String

[Missing <returns> documentation for "M:Intuit.Ipp.OAuth2PlatformClient.Base64Url.Encode(System.Byte[])"]

See Also