Answers for "c# 6 check type of variable"

C#
3

get type of variable c#

string a = "This is a string";
Console.WriteLine(a.GetType())
Posted by: Guest on May-13-2020

Code answers related to "c# 6 check type of variable"

C# Answers by Framework

Browse Popular Code Answers by Language