Skip to content

Commit 8475f8e

Browse files
committed
update ConvertKeysToBytes xml comment
1 parent 1c10ddf commit 8475f8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SafeCrypt.Lib/Helpers/Converters.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static string ConvertToHexString(this string input)
5858
}
5959

6060
/// <summary>
61-
/// Converts a string to bytes and validates the resulting byte array.
61+
/// Converts a string to byte array.
6262
/// </summary>
6363
/// <param name="input">The input string to convert.</param>
6464
/// <returns>The byte array representation of the input string if valid; otherwise, null.</returns>

0 commit comments

Comments
 (0)