[__DynamicallyInvokable()] public virtual System.Threading.Tasks.Task WriteBase64Async( System.byte[] buffer, System.int index, System.int count )
'Declaration
<__DynamicallyInvokableAttribute()> Public Overridable Function WriteBase64Async( _ ByVal buffer() As System.Byte, _ ByVal index As System.Integer, _ ByVal count As System.Integer _ ) As System.Threading.Tasks.Task
'Usage
Dim instance As NXmlNodeWriter Dim buffer() As System.Byte Dim index As System.Integer Dim count As System.Integer Dim value As System.Threading.Tasks.Task value = instance.WriteBase64Async(buffer, index, count)
Parameters
- buffer
- index
- count