B64EncString Function | |
This function is not implemented yet
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax FUNCTION B64EncString(
cIn AS STRING
) AS STRING
public static string B64EncString(
string cIn
)
Request Example
View SourceParameters
- cIn
- Type: String
Return Value
Type:
StringSee Also