Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 C# 来实现用 Java 编写的编码功能,但它有一些我以前从未见过的代码。
HexBinaryAdapter().unmarshal("publicKey");
C#中是否有任何类似的API或方法,或者我也需要实现它?
看看SoapHexBinary。
SoapHexBinary hexBinary = SoapHexBinary.Parse("publicKey");