ReadElementContentAsBase64() public méthode

public ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
Résultat int
Exemple #1
0
 public override int ReadElementContentAsBase64(byte[] buffer, int index, int count)
 {
     return(_impl.ReadElementContentAsBase64(buffer, index, count));
 }