Share via


ConvertBase64 Members

The following tables list the members exposed by the ConvertBase64 type.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method Static FromBase64String Converts the specified string, which encodes binary data as base-64 digits, to an equivalent 8-bit unsigned integer array.
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method Static ToBase64String Converts an array of 8-bit unsigned integers to its equivalent String representation encoded with base-64 digits.
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

ConvertBase64 Class
System Namespace