public ONString Trim() { return(new ONString(TypedValue.Trim())); }
public ONText Trim() { return(new ONText(TypedValue.Trim())); }