CTXToBase64 Method

Aerospike
Serialize context array to base64 encoded string.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.3.2.0 (5.3.2)
Syntax

C#
public static string ToBase64(
	CTX[] ctx
)

Parameters

ctx
Type: Aerospike.ClientCTX

Return Value

Type: String
See Also

Reference