Skip to content

Commit 08871ba

Browse files
sgramponeBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:feat/gamutils_isHexa' into beta
1 parent ae8796e commit 08871ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dotnet/src/extensions/gam/src/DotNetFramework/GamUtils

dotnet/src/extensions/gam/src/DotNetFramework/GamUtils/GamUtilsEO.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public static string RandomUrlSafeCharacters(int length)
103103
public static string Base64ToHexa(string base64) { return Encoding.Base64ToHexa(base64); }
104104

105105
[SecuritySafeCritical]
106-
public static bool IsHexadecimal(string base64) { return Encoding.IsHexa(base64); }
106+
public static bool IsHexadecimal(string hexa) { return Encoding.IsHexa(hexa); }
107107

108108
//**PKCE**//
109109

0 commit comments

Comments
 (0)