ExpressionFromBase64(Char) Method

Return a new expression from packed expression instructions in base64 encoded chars.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static Expression FromBase64(
	char[] chars
)

Parameters

chars  Char
 

Return Value

Expression

See Also