Answers for "c sharp check type of variable"

C#
0

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
Posted by: Guest on April-13-2021

C# Answers by Framework

Browse Popular Code Answers by Language