Class print.util
Some functions used by the print class.
public static class print.util
Namespace: Au
Assembly: Au.dll
Inheritance
object
print.util
Methods
| Name | Description |
|---|---|
| toList(string, object, object, params object[]) | Converts multiple values of any type to |
| toString(object, bool) | Converts value of any type to |
| toString(ReadOnlySpan<byte>, int) | Converts binary data to a hexadecimal + characters string, similar to the format used in hex editors. |
| toString(StringBuilder, object, bool) | Appends value of any type to |