Update README.md

This commit is contained in:
Bluzume 2020-08-25 05:57:43 +12:00 committed by GitHub
parent b108f0698c
commit 38aa98cece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

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