GetChunkBase64 Function | |
This function is not implemented yet
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax FUNCTION GetChunkBase64(
b1 AS BYTE,
b2 AS BYTE,
b3 AS BYTE,
nPad AS LONG
) AS STRING
public static string GetChunkBase64(
byte b1,
byte b2,
byte b3,
int nPad
)
Request Example
View SourceParameters
- b1
- Type: Byte
- b2
- Type: Byte
- b3
- Type: Byte
- nPad
- Type: Long
Return Value
Type:
StringReturn Value
Type:
StringSee Also