Browse Source

Added a doc where there wasn't for some reason

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
26c27a378e
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      IPA.Loader/Utilities/LoneFunctions.cs

+ 3
- 3
IPA.Loader/Utilities/LoneFunctions.cs View File

@ -24,10 +24,10 @@ namespace IPA.Utilities
}
/// <summary>
///
/// Converts a byte array to a hex string.
/// </summary>
/// <param name="ba"></param>
/// <returns></returns>
/// <param name="ba">the byte array</param>
/// <returns>the hex form of the array</returns>
public static string ByteArrayToString(byte[] ba)
{
StringBuilder hex = new StringBuilder(ba.Length * 2);


Loading…
Cancel
Save