DevForce Help Reference
EncodeBase64 Method


A byte array
Encodes a byte array as a string.
Syntax
'Declaration
 
Public Shared Function EncodeBase64( _
   ByVal bytes() As Byte _
) As String
'Usage
 
Dim bytes() As Byte
Dim value As String
 
value = CodingFns.EncodeBase64(bytes)
public static string EncodeBase64( 
   byte[] bytes
)

Parameters

bytes
A byte array

Return Value

The encoded string
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodingFns Class
CodingFns Members

Send Feedback