Method | Description | |
---|---|---|
Decode ( char input ) : Byte[] |
Decodes the specified input.
|
|
Encode ( byte input ) : char[] |
Encodes the specified input.
|
Method | Description | |
---|---|---|
GetByte ( int i ) : byte | ||
IsWhiteSpace ( int i ) : bool | ||
WebSafeBase64 ( ) : System |
public static Decode ( char input ) : Byte[] | ||
input | char | The input. |
return | Byte[] |
public static Encode ( byte input ) : char[] | ||
input | byte | The input. |
return | char[] |