We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c10ddf commit 8475f8eCopy full SHA for 8475f8e
1 file changed
src/SafeCrypt.Lib/Helpers/Converters.cs
@@ -58,7 +58,7 @@ public static string ConvertToHexString(this string input)
58
}
59
60
/// <summary>
61
- /// Converts a string to bytes and validates the resulting byte array.
+ /// Converts a string to byte array.
62
/// </summary>
63
/// <param name="input">The input string to convert.</param>
64
/// <returns>The byte array representation of the input string if valid; otherwise, null.</returns>
0 commit comments