mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-10-29 15:20:29 +00:00
ClassId Attribute
This commit is contained in:
@@ -464,7 +464,7 @@ public static class DC // Data Converter
|
||||
public static string ToHex(this byte[] ba)
|
||||
{
|
||||
if (ba == null)
|
||||
return "NULL";
|
||||
return "";
|
||||
return ToHex(ba, 0, (uint)ba.Length);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user