Class ParsingUtilities
Namespace: Unity.FormaCloud.Api
Syntax
public static class ParsingUtilities
Methods
Base64UrlDecode(String)
Decode a base64 string.
Declaration
public static byte[] Base64UrlDecode(string input)
Parameters
Type | Name | Description |
---|---|---|
String | input | Base64 input |
Returns
Type | Description |
---|---|
Byte[] | Decoded string |
Exceptions
Type | Condition |
---|---|
Exception | THrows exception if input could not be decoded from base64 |