public string ToText(int sliceId, bool isSimple = false) { return(TextConventer.ToText(new KeyValuePair <int, Slice>(sliceId, this), isSimple)); }
public string ToText(int rowId, bool isSimple = false) { return(TextConventer.ToText(new KeyValuePair <int, Row>(rowId, this), isSimple)); }
public string ToText() { return(TextConventer.ToText(this)); }