CryptoSys API Library Manual

Cnv.ToBase64 Method (String)

Converts a string of ANSI characters to equivalent base64-encoded string format

Syntax

[C#]
public static string ToBase64(
	string s
)
[VB.NET]
Public Shared Function ToBase64 ( _
	s As String _
) As String

Parameters

s
String of data to be encoded

Return Value

Base64-encoded data

Remarks

Uses the 'Default' encoding for the system's current ANSI code page

[Contents] [Index]

[PREV: Cnv.ToBase64 Method (Byte)...]   [Contents]   [Index]   
   [NEXT: Cnv.ToHex Method (Byte)...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.