Class print.util
Some functions used by the print class.
public static class print.util
Namespace: Au
Assembly: Au.dll
Methods
Name | Description |
---|---|
toList(string, object, object, params object[]) | Converts multiple values of any type to string like print.list. |
toString(object, bool) | Converts value of any type to string. Formats it like print.it. |
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 StringBuilder. Formats it like print.it. |