bigloo.belong.make_elong C# (CSharp) Method

make_elong() public static method

public static make_elong ( String s ) : belong
s String
return belong
        public static belong make_elong( String  s )
        {
            return new belong( Int64.Parse( s ) );
        }