Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.xray.cool/llms.txt

Use this file to discover all available pages before exploring further.

函数原型

func toUintString(s1 string, direction string) string

参数介绍

参数名称参数介绍
s1待转换数据
direction按照什么字节序进行转换

举例

待转换数据转换语句输出结果
BABCtoUintString("BABC", "<")1128415554
BABCtoUintString("BABC", ">")1111573059