16 Replies
b/c it's an array
and that's how arrays ToString
if you want something like comma-separated use string.Join
I want an array with values
"array with values"?
The returned type fields are empty
wdym "empty"?
that's an array of FieldInfo
but it's empty and the type has fields
It should return
_appRelativeVirtualPath
and _virtualPath
System.Relection.FieldInfo[]
is not an empty array
the []
just represent that it's an array
the ToString on all arrays just prints the full type nameOhhh, let me try again
that's why I said if you want something more than that you'll need something like string.Join
What are you trying to do in there?
https://github.com/Microsoft/referencesource/blob/master/System.Web/VirtualPath.cs
@jcotton42 any idea why it's null?
¯\_(ツ)_/¯