Converts a byte to a BASE64 string.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static string EncodeBase64(
	byte value
)
Visual Basic
Public Shared Function EncodeBase64 ( _
	value As Byte _
) As String
Visual C++
public:
static String^ EncodeBase64(
	unsigned char value
)

Parameters

value
Type: System..::..Byte

See Also