The following tables list the members exposed by ByteEncoding.
Name | Description | |
---|---|---|
![]() | ByteEncoding Constructor |
Name | Description | |
---|---|---|
![]() ![]() | Base64 | Standard base-64 padded encoding using the following characters: a-z, A-Z, 0-9, +, /, = |
![]() ![]() | Hex | The hexidecimal encoding for the bytes using the following characters: 0-9, a-f |
![]() ![]() | Safe64 | A modified base-64 non-padded encoding using the following characters: a-z, A-Z, 0-9, -, _ |
Name | Description | |
---|---|---|
![]() | DecodeBytes | Decodes the string provided and returns the original set of bytes |
![]() | EncodeBytes | Encodes a set of bytes and returns the encoded text as a string |
Reference
ByteEncoding ClassCSharpTest.Net.Formatting Namespace
String IEncryptDecrypt.Encrypt(String,ByteEncoding)
String IEncryptDecrypt.Decrypt(String,ByteEncoding)
String CryptoKey.Encrypt(String,ByteEncoding)
String CryptoKey.Decrypt(String,ByteEncoding)