- ansiToString
void ansiToString(AnsiTextLite ansi, OutputT output)
Undocumented in source. Be warned that the author may not have intended to support it.
- fromBase10
SimpleResult!NumT fromBase10(bcstring str)
Undocumented in source. Be warned that the author may not have intended to support it.
- pointerToString
void pointerToString(T* pointer, OutputT output)
Undocumented in source. Be warned that the author may not have intended to support it.
- to
String to(ValueT value)
Undocumented in source. Be warned that the author may not have intended to support it.
- to
SimpleResult!NumT to(ValueT value)
Undocumented in source. Be warned that the author may not have intended to support it.
- to
SimpleResult!EnumT to(ValueT value)
Undocumented in source. Be warned that the author may not have intended to support it.
- toBase10
String toBase10(NumT num)
Undocumented in source. Be warned that the author may not have intended to support it.
- toBase10
char[] toBase10(NumT num_, IntToCharBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.