ReadContentAsBase64() public method

public ReadContentAsBase64 ( byte buffer, int offset, int length ) : int
buffer byte
offset int
length int
return int
Esempio n. 1
0
 public virtual int ReadContentAsBase64(
     byte [] buffer, int offset, int length)
 {
     CheckSupport();
     return(binary.ReadContentAsBase64(
                buffer, offset, length));
 }