- toSDLStringstring toSDLString(T value) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toSDLStringvoid toSDLString(Value value, Sink sink) 
- Throws SDLangException if value is infinity, -infinity or NaN, because
 those are not currently supported by the SDLang spec. 
- toSDLStringvoid toSDLString(typeof(null) value, Sink sink) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toSDLStringvoid toSDLString(bool value, Sink sink) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toSDLStringvoid toSDLString(string value, Sink sink) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toSDLStringvoid toSDLString(dchar value, Sink sink) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toSDLStringvoid toSDLString(int value, Sink sink) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toSDLStringvoid toSDLString(long value, Sink sink) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toSDLStringvoid toSDLString(float value, Sink sink) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toSDLStringvoid toSDLString(double value, Sink sink) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toSDLStringvoid toSDLString(real value, Sink sink) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toSDLStringvoid toSDLString(Date value, Sink sink) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toSDLStringvoid toSDLString(DateTimeFrac value, Sink sink) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toSDLStringvoid toSDLString(SysTime value, Sink sink) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toSDLStringvoid toSDLString(DateTimeFracUnknownZone value, Sink sink) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toSDLStringvoid toSDLString(Duration value, Sink sink) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toSDLStringvoid toSDLString(ubyte[] value, Sink sink) 
- Undocumented in source. Be warned that the author may not have intended to support it.