...
..using System;
using System.Collections.Generic;
namespace SorpzFramework.Web.Visual {
class Program {
public static void Main(string[] args) {
// Sample Hello-World program...
Console.WriteLine("Hellow, World");
Console.ReadKey();
}
}
}
enjoy..
but your post caught my eye. Can you explain to a non programmer, in what occasion could I use this tool for my own threads. What exactly can I turn into BBcode? Because I tried and do not understand. 
Mpgh doesn't highlight any of the code keywords when posting code, so I thought making a tool simple inserting the tags for keywords such as c#.. so at the left interface of the program i've attached you'll paste the code you want use in a post such as the example up in my main post. Then you'll have to click the go button and on the right side the converted code will appear which you'll have to paste into you post in some tags../* some multiline
* comment...
*/
public abstract class MyClass {
public string SomeProperty{ get; set; }
public void SomeMethod() {
// some singleline comment...
string someStr = "Hello";
return;
}
}
/* some multiline
* comment...
*/
public abstract class MyClass {
public string SomeProperty{ get; set; }
public void SomeMethod() {
// some singleline comment...
string someStr = "Hello";
return;
}
}