public static GetOctalBytes ( long value, byte buffer, int offset, int length ) : int | ||
value | long | /// the value to be converted to octal /// |
buffer | byte | /// buffer to store the octal string /// |
offset | int | /// The offset into the buffer where the value starts /// |
length | int | /// The length of the octal string to create /// |
return | int |