Update README.md

This commit is contained in:
Bluzume 2020-08-25 05:56:02 +12:00 committed by GitHub
parent 46f696c297
commit 6e10113138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,2 +1,6 @@
# Sfo.NET
Super Simple param.sfo parser in C# Framework.
Super Simple param.sfo parser in C# .NET Framework.
Usage:
Dictionary<string,object> SfoKeys = Sfo.ReadSfo(Stream or Byte\[]);
string TitleId = (string)SfoKeys\["TITLE_ID"];