c# check a variable type code example
Example: how to check type c#
using System;
class MainClass {
public static void Main (string[] args) {
string akuma = "Messatsu";
Console.WriteLine(num.GetType());
Console.WriteLine(num);
}
}
// string
// Messatsu