Deserialize base64 encoded string to context array.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.1.0 (5.3.1)
Syntax
C#
public static CTX[] FromBase64( string base64 )
Parameters
- base64
- Type: SystemString
Return Value
Type: CTXSee Also