RedisHelperGetLongNumberFromCommandLine 方法 |
从原始的结果数据对象中提取出数字数据
命名空间:
HslCommunication.Enthernet.Redis
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static OperateResult<long> GetLongNumberFromCommandLine(
byte[] commandLine
)
Public Shared Function GetLongNumberFromCommandLine (
commandLine As Byte()
) As OperateResult(Of Long)
public:
static OperateResult<long long>^ GetLongNumberFromCommandLine(
array<unsigned char>^ commandLine
)
static member GetLongNumberFromCommandLine :
commandLine : byte[] -> OperateResult<int64>
参数
- commandLine
- 类型:SystemByte
原始的字节数据
返回值
类型:
OperateResultInt64带有结果对象的数据信息
参见