ExpressionFromBase64 Method (String)

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

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

C#
public static Expression FromBase64(
	string s
)

Parameters

s
Type: SystemString

Return Value

Type: Expression
See Also

Reference