MCPcopy Create free account
hub / github.com/f0ng/autoDecoder / main

Method main

src/com/autoDecoder/util/test.java:26–35  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

24 }
25
26 public static void main(String[] args) {
27 // Base64 编码的字符串示例
28 String base64String = "SGVsbG8gV29ybGQ="; // 等于 "Hello World" 的 Base64 编码
29
30 // 转换为十六进制字符串
31 String hexString = base64ToHex(base64String);
32
33 // 打印结果
34 System.out.println("Hex: " + hexString);
35 }
36}

Callers

nothing calls this directly

Calls 1

base64ToHexMethod · 0.95

Tested by

no test coverage detected