Click or drag to resize

EAPEncodeEncodeBase64 Method

Encode the specified string using a base 64 encoding.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string EncodeBase64(
	string s
)

Parameters

s
Type: SystemString
The string to encode.

Return Value

Type: String
The encoded string.
See Also