StringFromBuffer() static private method

static private StringFromBuffer ( byte buf, System encoding ) : string
buf byte
encoding System
return string
Ejemplo n.º 1
0
 // Token: 0x06000340 RID: 832 RVA: 0x00018194 File Offset: 0x00016394
 internal static string Utf8StringFromBuffer(byte[] buf)
 {
     return(SharedUtilities.StringFromBuffer(buf, SharedUtilities.utf8));
 }