CSharpTest.Net
ByteEncoding Class Members
See Also  Fields  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Formatting Namespace : ByteEncoding Class


Glossary Item Box

The following tables list the members exposed by ByteEncoding.

Protected Constructors

 NameDescription
Protected ConstructorByteEncoding Constructor  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)Base64Standard base-64 padded encoding using the following characters: a-z, A-Z, 0-9, +, /, =  
Public Fieldstatic (Shared in Visual Basic)HexThe hexidecimal encoding for the bytes using the following characters: 0-9, a-f  
Public Fieldstatic (Shared in Visual Basic)Safe64A modified base-64 non-padded encoding using the following characters: a-z, A-Z, 0-9, -, _  
Top

Public Methods

 NameDescription
Public MethodDecodeBytesDecodes the string provided and returns the original set of bytes  
Public MethodEncodeBytesEncodes a set of bytes and returns the encoded text as a string  
Top

See Also

Generated with Document! X 2011 by Innovasys