public static ParseName ( byte header, int offset, int length ) : StringBuilder | ||
header | byte | /// The header buffer from which to parse. /// |
offset | int | /// The offset into the buffer from which to parse. /// |
length | int | /// The number of header bytes to parse. /// |
return | StringBuilder |