示例#1
0
 public void Unescape(StringBuilder ioBuilder, StringUtils.ICustomEscapeEvaluator inCustomUnescape)
 {
     StringUtils.Unescape(m_Source, m_StartIndex, Length, ioBuilder, inCustomUnescape);
 }
示例#2
0
 public string Unescape(StringUtils.ICustomEscapeEvaluator inCustomEscape)
 {
     return(StringUtils.Unescape(m_Source, m_StartIndex, Length, inCustomEscape));
 }