IdeaBlade DevForce 2010 Help Reference
EncodeBase64 Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > CodingFns Class : EncodeBase64 Method



bytes
A byte array
Encodes a byte array as a string.

Syntax

Visual Basic (Declaration) 
Public Shared Function EncodeBase64( _
   ByVal bytes() As Byte _
) As String
Visual Basic (Usage)Copy Code
Dim bytes() As Byte
Dim value As String
 
value = CodingFns.EncodeBase64(bytes)
C# 
public static string EncodeBase64( 
   byte[] bytes
)
C++/CLI 
public:
static String^ EncodeBase64( 
   array<byte>^ bytes
) 

Parameters

bytes
A byte array

Return Value

The encoded string

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.