bigloo.bllong.make_llong C# (CSharp) Method

make_llong() public static method

public static make_llong ( String s ) : bllong
s String
return bllong
        public static bllong make_llong( String  s )
        {
            return new bllong( Int64.Parse( s ) );
        }