Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

get type of variable c#

string a = "This is a string";
Console.WriteLine(a.GetType())
 
PREVIOUS NEXT
Tagged: #type #variable
ADD COMMENT
Topic
Name
7+2 =