LocalVariableInfo.ToString Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a user-readable string that describes the local variable.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.StringA string that displays information about the local variable, including the type name, index, and pinned status.
Show: