bigloo.foreign.STRING_LENGTH C# (CSharp) Method

STRING_LENGTH() public static method

public static STRING_LENGTH ( byte s ) : int
s byte
return int
        public static int STRING_LENGTH( byte[]  s )
        {
            return s.Length;
        }
foreign