BTool.DeviceFormUtils.GetErrorStatusStr C# (CSharp) Method

GetErrorStatusStr() public method

public GetErrorStatusStr ( byte errorStatus ) : string
errorStatus byte
return string
        public string GetErrorStatusStr(byte errorStatus)
        {
            return GetErrorStatusStr(errorStatus, newline_2tab);
        }

Same methods

DeviceFormUtils::GetErrorStatusStr ( byte errorStatus, string newLineSpacer ) : string