点击或拖拽改变大小

HslHelperExtractBooleanParameter 方法

重载列表
  名称说明
公共方法静态成员ExtractBooleanParameter(String, String)
解析地址的附加bool参数方法,比如你的地址是s=true;D100,可以提取出"s"的值的同时,修改地址本身,如果"s"不存在的话,返回错误的消息内容
The method of parsing additional parameters of the address, for example, if your address is s=true;D100, you can extract the value of "s" and modify the address itself. If "s" does not exist, return the wrong message content
公共方法静态成员ExtractBooleanParameter(String, String, Boolean)
解析地址的附加Bool类型参数方法,比如你的地址是s=true;D100,可以提取出"s"的值的同时,修改地址本身,如果"s"不存在的话,返回给定的默认值
The method of parsing additional parameters of the address, for example, if your address is s=true;D100, you can extract the value of "s" and modify the address itself. If "s" does not exist, return the given default value
Top
参见