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