Class Base64Decoder
Inherited Members
Namespace: TriLibCore.Utils
Assembly: TriLibCore.dll
Syntax
public class Base64Decoder
Constructors
Base64Decoder()
Declaration
public Base64Decoder()
Methods
DecodeByte(byte, out byte)
Declaration
public bool DecodeByte(byte data, out byte output)
Parameters
Type | Name | Description |
---|---|---|
byte | data | |
byte | output |
Returns
Type | Description |
---|---|
bool |