bigloo.foreign.string_to_symbol C# (CSharp) Method

string_to_symbol() public static method

public static string_to_symbol ( String name ) : symbol
name String
return symbol
        public static symbol string_to_symbol( String name )
        {
            return symbol.make_symbol( getbytes( name ) );
        }

Same methods

foreign::string_to_symbol ( byte name ) : symbol
foreign