You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="throwExceptionWhenNull">throw argumentnull-exception when unsecurestring is null</param>
277
277
/// <param name="convertNullToEmptyString">in case you want to be sure that null-values not breaking your code, they can be switch to string empty</param>
278
278
/// </summary>
279
-
[Obsolete("27-04-2022: new implementation available, this one renamed to ToUnSecureString_Obsolete")]
@@ -376,8 +375,7 @@ public static bool ExceedsLength(this string source, int index)
376
375
/// <param name="throwExceptionWhenNull">throw argumentnull-exception when unsecurestring is null</param>
377
376
/// <param name="convertNullToEmptyString">in case you want to be sure that null-values not breaking your code, they can be switch to string empty</param>
378
377
/// </summary>
379
-
[Obsolete("27-04-2022: new implementation available, this one renamed to ToSecureString_Obsolete")]
0 commit comments