UUDecodeLine Function | |
This function is not implemented yet
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax FUNCTION UUDecodeLine(
cLine AS STRING,
hfOut AS IntPtr
) AS DWORD
public static uint UUDecodeLine(
string cLine,
IntPtr hfOut
)
Request Example
View SourceParameters
- cLine
- Type: String
- hfOut
- Type: IntPtr
Return Value
Type:
DWordSee Also