ExpressionFromBase64 Method (Char)

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

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.3.1.0 (5.3.1)
Syntax

C#
public static Expression FromBase64(
	char[] chars
)

Parameters

chars
Type: SystemChar

Return Value

Type: Expression
See Also

Reference