CryptoSys API Library Manual

Cnv.FromBase64 Method

Converts a base64-encoded string to an equivalent array of 8-bit unsigned integers.

Syntax

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

Parameters

s
Base64-encoded data

Return Value

Data as array of bytes

See Also

VB6/C equivalent: CNV_BytesFromB64Str

[Contents] [Index]

[HOME]   [NEXT: Cnv.FromHex Method...]

Copyright © 2001-11 D.I. Management Services Pty Ltd. All rights reserved.