bigloo.foreign.UBYTE_TO_ULONG C# (CSharp) Method

UBYTE_TO_ULONG() public static method

public static UBYTE_TO_ULONG ( byte n ) : uint
n byte
return uint
        public static uint UBYTE_TO_ULONG(byte n)
        {
            return (uint)n;
        }
foreign