Метод | Описание | |
---|---|---|
Decode ( char input ) : Byte[] |
Decodes the specified input.
|
|
Encode ( byte input ) : char[] |
Encodes the specified input.
|
Метод | Описание | |
---|---|---|
GetByte ( int i ) : byte | ||
IsWhiteSpace ( int i ) : bool | ||
WebSafeBase64 ( ) : System |
public static Decode ( char input ) : Byte[] | ||
input | char | The input. |
Результат | Byte[] |
public static Encode ( byte input ) : char[] | ||
input | byte | The input. |
Результат | char[] |