bigloo.foreign.string_for_read C# (CSharp) Method

string_for_read() public static method

public static string_for_read ( byte src ) : byte[]
src byte
return byte[]
        public static byte[] string_for_read( byte[]  src )
        {
            return create_string_for_read( src, false );
        }
foreign