bigloo.foreign.UCHAR_TO_CHAR C# (CSharp) Method

UCHAR_TO_CHAR() public static method

public static UCHAR_TO_CHAR ( int c ) : byte
c int
return byte
        public static byte UCHAR_TO_CHAR( int  c )
        {
            return (byte)c;
        }
foreign