home links tips
code users tools tutorials projects web help design
mudabone
suletzki trans48
nutrition reality
MarthaAttire!
| |
using System;
namespace textConstants { public class clsConstants { public clsConstants() { }
public string cr { get {return System.Convert.ToString((char)13);} } public string lf { get {return System.Convert.ToString((char)10);} } public string crlf { get {return this.cr + this.lf; }} public string tab { get {return System.Convert.ToString((char)9); }} public string lt { get {return System.Convert.ToString((char)60); }} public string gt { get {return System.Convert.ToString((char)62); }}
} }
Last Modified 10/2/03 1:20 PM
| Hide Tools
|