Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Steam loginusers.vdf #14

Closed
Ninaligo opened this issue Nov 14, 2019 · 5 comments
Closed

Steam loginusers.vdf #14

Ninaligo opened this issue Nov 14, 2019 · 5 comments

Comments

@Ninaligo
Copy link

Ninaligo commented Nov 14, 2019

How would I convert this over in like a list of users with all the data contained into 1 row for each user?

image

@shravan2x
Copy link
Owner

I'm not sure I understand your question. Please provide samples of what you'd like to convert and to what.

@Ninaligo
Copy link
Author

Ninaligo commented Nov 15, 2019

So basically in your example you use "Console.WriteLine(volvo.Value.SSAVersion)"
How would I do volvo.Value.Id.AccountName with a for each

@shravan2x
Copy link
Owner

I think you're looking for the vObject.Children() method here. This returns an IEnumerable<VProperty> containing all properties of that VObject.

@Ninaligo
Copy link
Author

Can you give a example of using this function? I'm like super new to this stuff. Thanks and please.

@shravan2x
Copy link
Owner

You can find some at #9 (comment) and #1 (comment) .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants