B64EncodeStream Function | |
[Missing <include> target documentation in 'M:VOInternetClasses.Functions.B64EncodeStream(System.String,System.UInt32@)'. File: 'Internet.xml' Path: 'doc/B64EncodeStream/*']
Namespace:
VOInternetClasses
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax FUNCTION B64EncodeStream(
cValue AS STRING,
dwCharCount REF DWORD
) AS STRING
public static string B64EncodeStream(
string cValue,
ref uint dwCharCount
)
Request Example
View SourceParameters
- cValue
- Type: String
- dwCharCount
- Type: DWord
Return Value
Type:
StringSee Also