Click or drag to resize
Base64UrlDecode Method
Converts from Base 64 string to byte array

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 byte[] Decode(
	string arg
)

Parameters

arg
Type: SystemString
arg

Return Value

Type: Byte

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

See Also